#327640

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

Shades of Japanese Laurel #327640

Tints of Japanese Laurel #327640

Color information

#327640 (or 0x327640) is unknown color: approx Japanese Laurel. HEX triplet: 32, 76 and 40. RGB value is (50,118,64). Sum of RGB (Red+Green+Blue) = 50+118+64=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #327640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327640 is #CD89BF. Grayscale: #5B5B5B. Windows color (decimal): -13470144 or 4224562. OLE color: 4224562.

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

Color convert

RGB5011864-
CMYK0.5800.460.54
HSL132.35º40.48%32.94%-
HSV(B)132.35º57.63%46.27%-
XYZ8.7214.017.09-
YUV91.51112.4798.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.55%
GREEN value IS 118 (46.48% from 255) = 50.86%
BLUE value IS 64 (25.39% from 255) = 27.59%
R=21.55%
G=50.86%
B=27.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50118640.5800.460.54132.3540.4832.94
Hex3276403A02E36842821
Octal6216610072056662045041
Binary11001011101101000000111010010111011011010000100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327640; }

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

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

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

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

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

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

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

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