#326F2C

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

Shades of Japanese Laurel #326F2C

Tints of Japanese Laurel #326F2C

Color information

#326F2C (or 0x326F2C) is unknown color: approx Japanese Laurel. HEX triplet: 32, 6F and 2C. RGB value is (50,111,44). Sum of RGB (Red+Green+Blue) = 50+111+44=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 111 (43.75% from 255 or 54.15% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 111 - color contains mainly: green. Hex color #326F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326F2C is #CD90D3. Grayscale: #555555. Windows color (decimal): -13471956 or 2912050. OLE color: 2912050.

HSL color Cylindrical-coordinate representation of color #326F2C: hue angle of 114.63º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #326F2C is Cyan = 0.55, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB5011144-
CMYK0.5500.600.56
HSL114.63º43.23%30.39%-
HSV(B)114.63º60.36%43.53%-
XYZ7.4512.234.35-
YUV85.12104.79102.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.39%
GREEN value IS 111 (43.75% from 255) = 54.15%
BLUE value IS 44 (17.58% from 255) = 21.46%
R=24.39%
G=54.15%
B=21.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50111440.5500.600.56114.6343.2330.39
Hex326F2C3703C38732b1e
Octal621575467074701635336
Binary11001011011111011001101110111100111000111001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326F2C; }

 p { color: rgb(50,111,44); }

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

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

 a { background-color: rgb(50,111,44); }

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

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

 span { border-color: rgb(50,111,44); }

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