#347942

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

Shades of Japanese Laurel #347942

Tints of Japanese Laurel #347942

Color information

#347942 (or 0x347942) is unknown color: approx Japanese Laurel. HEX triplet: 34, 79 and 42. RGB value is (52,121,66). Sum of RGB (Red+Green+Blue) = 52+121+66=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 121 (47.66% from 255 or 50.63% from 239); Blue value is 66 (26.17% from 255 or 27.62% from 239); Max value from RGB is 121 - color contains mainly: green. Hex color #347942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347942 is #CB86BD. Grayscale: #5E5E5E. Windows color (decimal): -13338302 or 4356404. OLE color: 4356404.

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

Color convert

RGB5212166-
CMYK0.5700.450.53
HSL132.17º39.88%33.92%-
HSV(B)132.17º57.02%47.45%-
XYZ9.2414.87.52-
YUV94.1112.1497.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.76%
GREEN value IS 121 (47.66% from 255) = 50.63%
BLUE value IS 66 (26.17% from 255) = 27.62%
R=21.76%
G=50.63%
B=27.62%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52121660.5700.450.53132.1739.8833.92
Hex3479423902D35842822
Octal6417110271055652045042
Binary11010011110011000010111001010110111010110000100101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347942; }

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

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

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

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

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

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

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

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