#347032

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

Shades of Japanese Laurel #347032

Tints of Japanese Laurel #347032

Color information

#347032 (or 0x347032) is unknown color: approx Japanese Laurel. HEX triplet: 34, 70 and 32. RGB value is (52,112,50). Sum of RGB (Red+Green+Blue) = 52+112+50=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 112 (44.14% from 255 or 52.34% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 112 - color contains mainly: green. Hex color #347032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347032 is #CB8FCD. Grayscale: #575757. Windows color (decimal): -13340622 or 3305524. OLE color: 3305524.

HSL color Cylindrical-coordinate representation of color #347032: hue angle of 118.06º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #347032 is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB5211250-
CMYK0.5400.550.56
HSL118.06º38.27%31.76%-
HSV(B)118.06º55.36%43.92%-
XYZ7.7912.555.03-
YUV86.99107.12103.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.30%
GREEN value IS 112 (44.14% from 255) = 52.34%
BLUE value IS 50 (19.92% from 255) = 23.36%
R=24.30%
G=52.34%
B=23.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52112500.5400.550.56118.0638.2731.76
Hex3470323603738762620
Octal641606266067701664640
Binary110100111000011001011011001101111110001110110100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347032; }

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

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

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

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

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

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

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

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