#347334

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

Shades of Japanese Laurel #347334

Tints of Japanese Laurel #347334

Color information

#347334 (or 0x347334) is unknown color: approx Japanese Laurel. HEX triplet: 34, 73 and 34. RGB value is (52,115,52). Sum of RGB (Red+Green+Blue) = 52+115+52=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 115 (45.31% from 255 or 52.51% from 219); Blue value is 52 (20.70% from 255 or 23.74% from 219); Max value from RGB is 115 - color contains mainly: green. Hex color #347334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347334 is #CB8CCB. Grayscale: #595959. Windows color (decimal): -13339852 or 3437364. OLE color: 3437364.

HSL color Cylindrical-coordinate representation of color #347334: hue angle of 120º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #347334 is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB5211552-
CMYK0.5500.550.55
HSL120º37.72%32.75%-
HSV(B)120º54.78%45.1%-
XYZ8.1713.245.37-
YUV88.98107.13101.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.74%
GREEN value IS 115 (45.31% from 255) = 52.51%
BLUE value IS 52 (20.70% from 255) = 23.74%
R=23.74%
G=52.51%
B=23.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52115520.5500.550.5512037.7232.75
Hex3473343703737782621
Octal641636467067671704641
Binary110100111001111010011011101101111101111111000100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347334; }

 p { color: rgb(52,115,52); }

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

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

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

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

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

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

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