#327030

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

Shades of Japanese Laurel #327030

Tints of Japanese Laurel #327030

Color information

#327030 (or 0x327030) is unknown color: approx Japanese Laurel. HEX triplet: 32, 70 and 30. RGB value is (50,112,48). Sum of RGB (Red+Green+Blue) = 50+112+48=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 112 (44.14% from 255 or 53.33% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 112 - color contains mainly: green. Hex color #327030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327030 is #CD8FCF. Grayscale: #565656. Windows color (decimal): -13471696 or 3174450. OLE color: 3174450.

HSL color Cylindrical-coordinate representation of color #327030: hue angle of 118.12º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #327030 is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB5011248-
CMYK0.5500.570.56
HSL118.12º40%31.37%-
HSV(B)118.12º57.14%43.92%-
XYZ7.6412.484.8-
YUV86.17106.46102.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.81%
GREEN value IS 112 (44.14% from 255) = 53.33%
BLUE value IS 48 (19.14% from 255) = 22.86%
R=23.81%
G=53.33%
B=22.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50112480.5500.570.56118.124031.37
Hex327030370393876281f
Octal621606067071701665037
Binary11001011100001100001101110111001111000111011010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327030; }

 p { color: rgb(50,112,48); }

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

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

 a { background-color: rgb(50,112,48); }

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

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

 span { border-color: rgb(50,112,48); }

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