#327740

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

Shades of Japanese Laurel #327740

Tints of Japanese Laurel #327740

Color information

#327740 (or 0x327740) is unknown color: approx Japanese Laurel. HEX triplet: 32, 77 and 40. RGB value is (50,119,64). Sum of RGB (Red+Green+Blue) = 50+119+64=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 119 (46.88% from 255 or 51.07% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 119 - color contains mainly: green. Hex color #327740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327740 is #CD88BF. Grayscale: #5C5C5C. Windows color (decimal): -13469888 or 4224818. OLE color: 4224818.

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

Color convert

RGB5011964-
CMYK0.5800.460.53
HSL132.17º40.83%33.14%-
HSV(B)132.17º57.98%46.67%-
XYZ8.8414.247.13-
YUV92.1112.1497.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.46%
GREEN value IS 119 (46.88% from 255) = 51.07%
BLUE value IS 64 (25.39% from 255) = 27.47%
R=21.46%
G=51.07%
B=27.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50119640.5800.460.53132.1740.8333.14
Hex3277403A02E35842921
Octal6216710072056652045141
Binary11001011101111000000111010010111011010110000100101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327740; }

 p { color: rgb(50,119,64); }

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

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

 a { background-color: rgb(50,119,64); }

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

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

 span { border-color: rgb(50,119,64); }

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