#327539

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

Shades of Japanese Laurel #327539

Tints of Japanese Laurel #327539

Color information

#327539 (or 0x327539) is unknown color: approx Japanese Laurel. HEX triplet: 32, 75 and 39. RGB value is (50,117,57). Sum of RGB (Red+Green+Blue) = 50+117+57=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 117 (46.09% from 255 or 52.23% from 224); Blue value is 57 (22.66% from 255 or 25.45% from 224); Max value from RGB is 117 - color contains mainly: green. Hex color #327539 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327539 is #CD8AC6. Grayscale: #5A5A5A. Windows color (decimal): -13470407 or 3765554. OLE color: 3765554.

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

Color convert

RGB5011757-
CMYK0.5700.510.54
HSL126.27º40.12%32.75%-
HSV(B)126.27º57.26%45.88%-
XYZ8.4213.76.07-
YUV90.13109.399.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.32%
GREEN value IS 117 (46.09% from 255) = 52.23%
BLUE value IS 57 (22.66% from 255) = 25.45%
R=22.32%
G=52.23%
B=25.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50117570.5700.510.54126.2740.1232.75
Hex32753939033367e2821
Octal621657171063661765041
Binary110010111010111100111100101100111101101111110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327539; }

 p { color: rgb(50,117,57); }

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

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

 a { background-color: rgb(50,117,57); }

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

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

 span { border-color: rgb(50,117,57); }

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