#327037

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

Shades of Japanese Laurel #327037

Tints of Japanese Laurel #327037

Color information

#327037 (or 0x327037) is unknown color: approx Japanese Laurel. HEX triplet: 32, 70 and 37. RGB value is (50,112,55). Sum of RGB (Red+Green+Blue) = 50+112+55=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 112 (44.14% from 255 or 51.61% from 217); Blue value is 55 (21.88% from 255 or 25.35% from 217); Max value from RGB is 112 - color contains mainly: green. Hex color #327037 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327037 is #CD8FC8. Grayscale: #575757. Windows color (decimal): -13471689 or 3633202. OLE color: 3633202.

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

Color convert

RGB5011255-
CMYK0.5500.510.56
HSL124.84º38.27%31.76%-
HSV(B)124.84º55.36%43.92%-
XYZ7.812.545.62-
YUV86.96109.96101.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.04%
GREEN value IS 112 (44.14% from 255) = 51.61%
BLUE value IS 55 (21.88% from 255) = 25.35%
R=23.04%
G=51.61%
B=25.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50112550.5500.510.56124.8438.2731.76
Hex32703737033387d2620
Octal621606767063701754640
Binary110010111000011011111011101100111110001111101100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327037; }

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

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

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

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

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

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

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

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