#347336

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

Shades of Japanese Laurel #347336

Tints of Japanese Laurel #347336

Color information

#347336 (or 0x347336) is unknown color: approx Japanese Laurel. HEX triplet: 34, 73 and 36. RGB value is (52,115,54). Sum of RGB (Red+Green+Blue) = 52+115+54=221 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.53% from 221); Green value is 115 (45.31% from 255 or 52.04% from 221); Blue value is 54 (21.48% from 255 or 24.43% from 221); Max value from RGB is 115 - color contains mainly: green. Hex color #347336 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347336 is #CB8CC9. Grayscale: #595959. Windows color (decimal): -13339850 or 3568436. OLE color: 3568436.

HSL color Cylindrical-coordinate representation of color #347336: hue angle of 121.9º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #347336 is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB5211554-
CMYK0.5500.530.55
HSL121.9º37.72%32.75%-
HSV(B)121.9º54.78%45.1%-
XYZ8.2113.265.62-
YUV89.21108.13101.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.53%
GREEN value IS 115 (45.31% from 255) = 52.04%
BLUE value IS 54 (21.48% from 255) = 24.43%
R=23.53%
G=52.04%
B=24.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52115540.5500.530.55121.937.7232.75
Hex34733637035377a2621
Octal641636667065671724641
Binary110100111001111011011011101101011101111111010100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347336; }

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

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

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

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

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

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

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

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