#347136

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

Shades of Japanese Laurel #347136

Tints of Japanese Laurel #347136

Color information

#347136 (or 0x347136) is unknown color: approx Japanese Laurel. HEX triplet: 34, 71 and 36. RGB value is (52,113,54). Sum of RGB (Red+Green+Blue) = 52+113+54=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 113 (44.53% from 255 or 51.60% from 219); Blue value is 54 (21.48% from 255 or 24.66% from 219); Max value from RGB is 113 - color contains mainly: green. Hex color #347136 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347136 is #CB8EC9. Grayscale: #585858. Windows color (decimal): -13340362 or 3567924. OLE color: 3567924.

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

Color convert

RGB5211354-
CMYK0.5400.520.56
HSL121.97º36.97%32.35%-
HSV(B)121.97º53.98%44.31%-
XYZ7.9912.815.54-
YUV88.04108.79102.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.74%
GREEN value IS 113 (44.53% from 255) = 51.60%
BLUE value IS 54 (21.48% from 255) = 24.66%
R=23.74%
G=51.60%
B=24.66%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52113540.5400.520.56121.9736.9732.35
Hex34713636034387a2520
Octal641616666064701724540
Binary110100111000111011011011001101001110001111010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347136; }

 p { color: rgb(52,113,54); }

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

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

 a { background-color: rgb(52,113,54); }

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

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

 span { border-color: rgb(52,113,54); }

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