#34783B

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

Shades of Japanese Laurel #34783B

Tints of Japanese Laurel #34783B

Color information

#34783B (or 0x34783B) is unknown color: approx Japanese Laurel. HEX triplet: 34, 78 and 3B. RGB value is (52,120,59). Sum of RGB (Red+Green+Blue) = 52+120+59=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 120 (47.27% from 255 or 51.95% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 120 - color contains mainly: green. Hex color #34783B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34783B is #CB87C4. Grayscale: #5C5C5C. Windows color (decimal): -13338565 or 3897396. OLE color: 3897396.

HSL color Cylindrical-coordinate representation of color #34783B: hue angle of 126.18º 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 #34783B is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB5212059-
CMYK0.5700.510.53
HSL126.18º39.53%33.73%-
HSV(B)126.18º56.67%47.06%-
XYZ8.9214.486.46-
YUV92.71108.9798.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.51%
GREEN value IS 120 (47.27% from 255) = 51.95%
BLUE value IS 59 (23.44% from 255) = 25.54%
R=22.51%
G=51.95%
B=25.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52120590.5700.510.53126.1839.5333.73
Hex34783B39033357e2822
Octal641707371063651765042
Binary110100111100011101111100101100111101011111110101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34783B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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