#347936

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

Shades of Japanese Laurel #347936

Tints of Japanese Laurel #347936

Color information

#347936 (or 0x347936) is unknown color: approx Japanese Laurel. HEX triplet: 34, 79 and 36. RGB value is (52,121,54). Sum of RGB (Red+Green+Blue) = 52+121+54=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 121 (47.66% from 255 or 53.30% from 227); Blue value is 54 (21.48% from 255 or 23.79% from 227); Max value from RGB is 121 - color contains mainly: green. Hex color #347936 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347936 is #CB86C9. Grayscale: #5C5C5C. Windows color (decimal): -13338314 or 3569972. OLE color: 3569972.

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

Color convert

RGB5212154-
CMYK0.5700.550.53
HSL121.74º39.88%33.92%-
HSV(B)121.74º57.02%47.45%-
XYZ8.9214.675.85-
YUV92.73106.1498.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.91%
GREEN value IS 121 (47.66% from 255) = 53.30%
BLUE value IS 54 (21.48% from 255) = 23.79%
R=22.91%
G=53.30%
B=23.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52121540.5700.550.53121.7439.8833.92
Hex34793639037357a2822
Octal641716671067651725042
Binary110100111100111011011100101101111101011111010101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347936; }

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

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

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

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

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

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

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

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