#327840

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

Shades of Japanese Laurel #327840

Tints of Japanese Laurel #327840

Color information

#327840 (or 0x327840) is unknown color: approx Japanese Laurel. HEX triplet: 32, 78 and 40. RGB value is (50,120,64). Sum of RGB (Red+Green+Blue) = 50+120+64=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 120 (47.27% from 255 or 51.28% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 120 - color contains mainly: green. Hex color #327840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327840 is #CD87BF. Grayscale: #5C5C5C. Windows color (decimal): -13469632 or 4225074. OLE color: 4225074.

HSL color Cylindrical-coordinate representation of color #327840: hue angle of 132º 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 #327840 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB5012064-
CMYK0.5800.470.53
HSL132º41.18%33.33%-
HSV(B)132º58.33%47.06%-
XYZ8.9614.487.17-
YUV92.69111.8197.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.37%
GREEN value IS 120 (47.27% from 255) = 51.28%
BLUE value IS 64 (25.39% from 255) = 27.35%
R=21.37%
G=51.28%
B=27.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50120640.5800.470.5313241.1833.33
Hex3278403A02F35842921
Octal6217010072057652045141
Binary11001011110001000000111010010111111010110000100101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327840; }

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

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

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

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

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

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

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

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