#34783C

Color #34783C Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #34783C

Tints of Japanese Laurel #34783C

Color information

#34783C (or 0x34783C) is unknown color: approx Japanese Laurel. HEX triplet: 34, 78 and 3C. RGB value is (52,120,60). Sum of RGB (Red+Green+Blue) = 52+120+60=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 120 (47.27% from 255 or 51.72% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 120 - color contains mainly: green. Hex color #34783C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34783C is #CB87C3. Grayscale: #5C5C5C. Windows color (decimal): -13338564 or 3962932. OLE color: 3962932.

HSL color Cylindrical-coordinate representation of color #34783C: hue angle of 127.06º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #34783C is Cyan = 0.57, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.53.

Color convert

RGB5212060-
CMYK0.5700.50.53
HSL127.06º39.53%33.73%-
HSV(B)127.06º56.67%47.06%-
XYZ8.9514.496.6-
YUV92.83109.4798.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 22.41%
GREEN value IS 120 (47.27% from 255) = 51.72%
BLUE value IS 60 (23.83% from 255) = 25.86%
R=22.41%
G=51.72%
B=25.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52120600.5700.50.53127.0639.5333.73
Hex34783C39032357f2822
Octal641707471062651775042
Binary110100111100011110011100101100101101011111111101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34783C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34783C; }

 p { color: rgb(52,120,60); }

 H1.HeaderClassName
 {
   color: #34783C;
 }
 .AnyTagClassName
 {
   color: #34783C;
 }
</style>
background-color css

<style>
 a { background-color: #34783C; }

 a { background-color: rgb(52,120,60); }

 div.DivClassName
 {
   background-color: #34783C;
 }
 .BgClassName
 {
   background-color: #34783C;
 }
</style>
border-color css

<style>
 span { border-color: #34783C; }

 span { border-color: rgb(52,120,60); }

 td.TdClassName
 {
   border-color: #34783C;
 }
 .TagClassName
 {
   border-color: #34783C;
 }
</style>