#327434

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

Shades of Japanese Laurel #327434

Tints of Japanese Laurel #327434

Color information

#327434 (or 0x327434) is unknown color: approx Japanese Laurel. HEX triplet: 32, 74 and 34. RGB value is (50,116,52). Sum of RGB (Red+Green+Blue) = 50+116+52=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 116 (45.70% from 255 or 53.21% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 116 - color contains mainly: green. Hex color #327434 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327434 is #CD8BCB. Grayscale: #595959. Windows color (decimal): -13470668 or 3437618. OLE color: 3437618.

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

Color convert

RGB5011652-
CMYK0.5700.550.55
HSL121.82º39.76%32.55%-
HSV(B)121.82º56.9%45.49%-
XYZ8.1813.425.41-
YUV88.97107.13100.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.94%
GREEN value IS 116 (45.70% from 255) = 53.21%
BLUE value IS 52 (20.70% from 255) = 23.85%
R=22.94%
G=53.21%
B=23.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50116520.5700.550.55121.8239.7632.55
Hex32743439037377a2821
Octal621646471067671725041
Binary110010111010011010011100101101111101111111010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327434; }

 p { color: rgb(50,116,52); }

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

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

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

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

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

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

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