#347937

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

Shades of Japanese Laurel #347937

Tints of Japanese Laurel #347937

Color information

#347937 (or 0x347937) is unknown color: approx Japanese Laurel. HEX triplet: 34, 79 and 37. RGB value is (52,121,55). Sum of RGB (Red+Green+Blue) = 52+121+55=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 121 (47.66% from 255 or 53.07% from 228); Blue value is 55 (21.88% from 255 or 24.12% from 228); Max value from RGB is 121 - color contains mainly: green. Hex color #347937 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347937 is #CB86C8. Grayscale: #5D5D5D. Windows color (decimal): -13338313 or 3635508. OLE color: 3635508.

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

Color convert

RGB5212155-
CMYK0.5700.550.53
HSL122.61º39.88%33.92%-
HSV(B)122.61º57.02%47.45%-
XYZ8.9414.685.98-
YUV92.84106.6498.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.81%
GREEN value IS 121 (47.66% from 255) = 53.07%
BLUE value IS 55 (21.88% from 255) = 24.12%
R=22.81%
G=53.07%
B=24.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52121550.5700.550.53122.6139.8833.92
Hex34793739037357b2822
Octal641716771067651735042
Binary110100111100111011111100101101111101011111011101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347937; }

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

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

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

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

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

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

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

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