#327327

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

Shades of Japanese Laurel #327327

Tints of Japanese Laurel #327327

Color information

#327327 (or 0x327327) is unknown color: approx Japanese Laurel. HEX triplet: 32, 73 and 27. RGB value is (50,115,39). Sum of RGB (Red+Green+Blue) = 50+115+39=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 115 (45.31% from 255 or 56.37% from 204); Blue value is 39 (15.62% from 255 or 19.12% from 204); Max value from RGB is 115 - color contains mainly: green. Hex color #327327 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327327 is #CD8CD8. Grayscale: #575757. Windows color (decimal): -13470937 or 2585394. OLE color: 2585394.

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

Color convert

RGB5011539-
CMYK0.5700.660.55
HSL111.32º49.35%30.2%-
HSV(B)111.32º66.09%45.1%-
XYZ7.8113.094.03-
YUV86.9100.97101.68-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.51%
GREEN value IS 115 (45.31% from 255) = 56.37%
BLUE value IS 39 (15.62% from 255) = 19.12%
R=24.51%
G=56.37%
B=19.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50115390.5700.660.55111.3249.3530.2
Hex32732739042376f311e
Octal6216347710102671576136
Binary110010111001110011111100101000010110111110111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327327; }

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

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

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

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

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

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

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

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