#327630

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

Shades of Japanese Laurel #327630

Tints of Japanese Laurel #327630

Color information

#327630 (or 0x327630) is unknown color: approx Japanese Laurel. HEX triplet: 32, 76 and 30. RGB value is (50,118,48). Sum of RGB (Red+Green+Blue) = 50+118+48=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 118 (46.48% from 255 or 54.63% from 216); Blue value is 48 (19.14% from 255 or 22.22% from 216); Max value from RGB is 118 - color contains mainly: green. Hex color #327630 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327630 is #CD89CF. Grayscale: #595959. Windows color (decimal): -13470160 or 3175986. OLE color: 3175986.

HSL color Cylindrical-coordinate representation of color #327630: hue angle of 118.29º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327630 is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB5011848-
CMYK0.5800.590.54
HSL118.29º42.17%32.55%-
HSV(B)118.29º59.32%46.27%-
XYZ8.3313.855.03-
YUV89.69104.4799.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.15%
GREEN value IS 118 (46.48% from 255) = 54.63%
BLUE value IS 48 (19.14% from 255) = 22.22%
R=23.15%
G=54.63%
B=22.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50118480.5800.590.54118.2942.1732.55
Hex3276303A03B36762a21
Octal621666072073661665241
Binary110010111011011000011101001110111101101110110101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327630; }

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

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

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

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

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

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

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

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