#347F36

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

Shades of Japanese Laurel #347F36

Tints of Japanese Laurel #347F36

Color information

#347F36 (or 0x347F36) is unknown color: approx Japanese Laurel. HEX triplet: 34, 7F and 36. RGB value is (52,127,54). Sum of RGB (Red+Green+Blue) = 52+127+54=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 127 (50% from 255 or 54.51% from 233); Blue value is 54 (21.48% from 255 or 23.18% from 233); Max value from RGB is 127 - color contains mainly: green. Hex color #347F36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347F36 is #CB80C9. Grayscale: #606060. Windows color (decimal): -13336778 or 3571508. OLE color: 3571508.

HSL color Cylindrical-coordinate representation of color #347F36: hue angle of 121.6º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #347F36 is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.50.

Color convert

RGB5212754-
CMYK0.5900.570.50
HSL121.6º41.9%35.1%-
HSV(B)121.6º59.06%49.8%-
XYZ9.6716.186.1-
YUV96.25104.1596.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.32%
GREEN value IS 127 (50% from 255) = 54.51%
BLUE value IS 54 (21.48% from 255) = 23.18%
R=22.32%
G=54.51%
B=23.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal52127540.5900.570.50121.641.935.1
Hex347F363B039327a2a23
Octal641776673071621725243
Binary110100111111111011011101101110011100101111010101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347F36; }

 p { color: rgb(52,127,54); }

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

<style>
 a { background-color: #347F36; }

 a { background-color: rgb(52,127,54); }

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

<style>
 span { border-color: #347F36; }

 span { border-color: rgb(52,127,54); }

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