#347931

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

Shades of Japanese Laurel #347931

Tints of Japanese Laurel #347931

Color information

#347931 (or 0x347931) is unknown color: approx Japanese Laurel. HEX triplet: 34, 79 and 31. RGB value is (52,121,49). Sum of RGB (Red+Green+Blue) = 52+121+49=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 121 (47.66% from 255 or 54.50% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 121 - color contains mainly: green. Hex color #347931 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347931 is #CB86CE. Grayscale: #5C5C5C. Windows color (decimal): -13338319 or 3242292. OLE color: 3242292.

HSL color Cylindrical-coordinate representation of color #347931: hue angle of 117.5º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #347931 is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB5212149-
CMYK0.5700.600.53
HSL117.5º42.35%33.33%-
HSV(B)117.5º59.5%47.45%-
XYZ8.8114.635.26-
YUV92.16103.6499.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.42%
GREEN value IS 121 (47.66% from 255) = 54.50%
BLUE value IS 49 (19.53% from 255) = 22.07%
R=23.42%
G=54.50%
B=22.07%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52121490.5700.600.53117.542.3533.33
Hex3479313903C35762a21
Octal641716171074651665241
Binary110100111100111000111100101111001101011110110101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347931; }

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

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

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

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

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

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

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

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