#347736

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

Shades of Japanese Laurel #347736

Tints of Japanese Laurel #347736

Color information

#347736 (or 0x347736) is unknown color: approx Japanese Laurel. HEX triplet: 34, 77 and 36. RGB value is (52,119,54). Sum of RGB (Red+Green+Blue) = 52+119+54=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 119 (46.88% from 255 or 52.89% from 225); Blue value is 54 (21.48% from 255 or 24% from 225); Max value from RGB is 119 - color contains mainly: green. Hex color #347736 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347736 is #CB88C9. Grayscale: #5B5B5B. Windows color (decimal): -13338826 or 3569460. OLE color: 3569460.

HSL color Cylindrical-coordinate representation of color #347736: hue angle of 121.79º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #347736 is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB5211954-
CMYK0.5600.550.53
HSL121.79º39.18%33.53%-
HSV(B)121.79º56.3%46.67%-
XYZ8.6814.195.77-
YUV91.56106.899.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.11%
GREEN value IS 119 (46.88% from 255) = 52.89%
BLUE value IS 54 (21.48% from 255) = 24%
R=23.11%
G=52.89%
B=24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52119540.5600.550.53121.7939.1833.53
Hex34773638037357a2722
Octal641676670067651724742
Binary110100111011111011011100001101111101011111010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347736; }

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

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

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

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

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

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

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

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