#327D29

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

Shades of Japanese Laurel #327D29

Tints of Japanese Laurel #327D29

Color information

#327D29 (or 0x327D29) is unknown color: approx Japanese Laurel. HEX triplet: 32, 7D and 29. RGB value is (50,125,41). Sum of RGB (Red+Green+Blue) = 50+125+41=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 125 (49.22% from 255 or 57.87% from 216); Blue value is 41 (16.41% from 255 or 18.98% from 216); Max value from RGB is 125 - color contains mainly: green. Hex color #327D29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327D29 is #CD82D6. Grayscale: #5D5D5D. Windows color (decimal): -13468375 or 2719026. OLE color: 2719026.

HSL color Cylindrical-coordinate representation of color #327D29: hue angle of 113.57º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #327D29 is Cyan = 0.60, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.51.

Color convert

RGB5012541-
CMYK0.6000.670.51
HSL113.57º50.6%32.55%-
HSV(B)113.57º67.2%49.02%-
XYZ9.0515.514.61-
YUV9398.6597.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.15%
GREEN value IS 125 (49.22% from 255) = 57.87%
BLUE value IS 41 (16.41% from 255) = 18.98%
R=23.15%
G=57.87%
B=18.98%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal50125410.6000.670.51113.5750.632.55
Hex327D293C04333723321
Octal6217551740103631626341
Binary1100101111101101001111100010000111100111110010110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327D29; }

 p { color: rgb(50,125,41); }

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

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

 a { background-color: rgb(50,125,41); }

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

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

 span { border-color: rgb(50,125,41); }

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