#327928

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

Shades of Japanese Laurel #327928

Tints of Japanese Laurel #327928

Color information

#327928 (or 0x327928) is unknown color: approx Japanese Laurel. HEX triplet: 32, 79 and 28. RGB value is (50,121,40). Sum of RGB (Red+Green+Blue) = 50+121+40=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 121 (47.66% from 255 or 57.35% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 121 - color contains mainly: green. Hex color #327928 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327928 is #CD86D7. Grayscale: #5A5A5A. Windows color (decimal): -13469400 or 2652466. OLE color: 2652466.

HSL color Cylindrical-coordinate representation of color #327928: hue angle of 112.59º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #327928 is Cyan = 0.59, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB5012140-
CMYK0.5900.670.53
HSL112.59º50.31%31.57%-
HSV(B)112.59º66.94%47.45%-
XYZ8.5414.514.36-
YUV90.5499.4899.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.70%
GREEN value IS 121 (47.66% from 255) = 57.35%
BLUE value IS 40 (16.02% from 255) = 18.96%
R=23.70%
G=57.35%
B=18.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50121400.5900.670.53112.5950.3131.57
Hex3279283B04335713220
Octal6217150730103651616240
Binary1100101111001101000111011010000111101011110001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327928; }

 p { color: rgb(50,121,40); }

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

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

 a { background-color: rgb(50,121,40); }

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

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

 span { border-color: rgb(50,121,40); }

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