#327427

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

Shades of Japanese Laurel #327427

Tints of Japanese Laurel #327427

Color information

#327427 (or 0x327427) is unknown color: approx Japanese Laurel. HEX triplet: 32, 74 and 27. RGB value is (50,116,39). Sum of RGB (Red+Green+Blue) = 50+116+39=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 116 (45.70% from 255 or 56.59% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 116 - color contains mainly: green. Hex color #327427 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327427 is #CD8BD8. Grayscale: #575757. Windows color (decimal): -13470681 or 2585650. OLE color: 2585650.

HSL color Cylindrical-coordinate representation of color #327427: hue angle of 111.43º degrees, saturation: 0.5, 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 #327427 is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB5011639-
CMYK0.5700.660.55
HSL111.43º49.68%30.39%-
HSV(B)111.43º66.38%45.49%-
XYZ7.9313.324.07-
YUV87.49100.63101.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.39%
GREEN value IS 116 (45.70% from 255) = 56.59%
BLUE value IS 39 (15.62% from 255) = 19.02%
R=24.39%
G=56.59%
B=19.02%

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
Decimal50116390.5700.660.55111.4349.6830.39
Hex32742739042376f321e
Octal6216447710102671576236
Binary110010111010010011111100101000010110111110111111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327427; }

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

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

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

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

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

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

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

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