#327339

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

Shades of Japanese Laurel #327339

Tints of Japanese Laurel #327339

Color information

#327339 (or 0x327339) is unknown color: approx Japanese Laurel. HEX triplet: 32, 73 and 39. RGB value is (50,115,57). Sum of RGB (Red+Green+Blue) = 50+115+57=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 115 (45.31% from 255 or 51.80% from 222); Blue value is 57 (22.66% from 255 or 25.68% from 222); Max value from RGB is 115 - color contains mainly: green. Hex color #327339 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327339 is #CD8CC6. Grayscale: #595959. Windows color (decimal): -13470919 or 3765042. OLE color: 3765042.

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

Color convert

RGB5011557-
CMYK0.5700.500.55
HSL126.46º39.39%32.35%-
HSV(B)126.46º56.52%45.1%-
XYZ8.1813.235.99-
YUV88.95109.97100.22-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.52%
GREEN value IS 115 (45.31% from 255) = 51.80%
BLUE value IS 57 (22.66% from 255) = 25.68%
R=22.52%
G=51.80%
B=25.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50115570.5700.500.55126.4639.3932.35
Hex32733939032377e2720
Octal621637171062671764740
Binary110010111001111100111100101100101101111111110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327339; }

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

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

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

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

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

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

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

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