#347332

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

Shades of Japanese Laurel #347332

Tints of Japanese Laurel #347332

Color information

#347332 (or 0x347332) is unknown color: approx Japanese Laurel. HEX triplet: 34, 73 and 32. RGB value is (52,115,50). Sum of RGB (Red+Green+Blue) = 52+115+50=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 115 (45.31% from 255 or 53.00% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 115 - color contains mainly: green. Hex color #347332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347332 is #CB8CCD. Grayscale: #585858. Windows color (decimal): -13339854 or 3306292. OLE color: 3306292.

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

Color convert

RGB5211550-
CMYK0.5500.570.55
HSL118.15º39.39%32.35%-
HSV(B)118.15º56.52%45.1%-
XYZ8.1213.225.14-
YUV88.75106.13101.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.96%
GREEN value IS 115 (45.31% from 255) = 53.00%
BLUE value IS 50 (19.92% from 255) = 23.04%
R=23.96%
G=53.00%
B=23.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52115500.5500.570.55118.1539.3932.35
Hex3473323703937762720
Octal641636267071671664740
Binary110100111001111001011011101110011101111110110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347332; }

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

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

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

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

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

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

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

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