#327642

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

Shades of Japanese Laurel #327642

Tints of Japanese Laurel #327642

Color information

#327642 (or 0x327642) is unknown color: approx Japanese Laurel. HEX triplet: 32, 76 and 42. RGB value is (50,118,66). Sum of RGB (Red+Green+Blue) = 50+118+66=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 118 (46.48% from 255 or 50.43% from 234); Blue value is 66 (26.17% from 255 or 28.21% from 234); Max value from RGB is 118 - color contains mainly: green. Hex color #327642 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327642 is #CD89BD. Grayscale: #5B5B5B. Windows color (decimal): -13470142 or 4355634. OLE color: 4355634.

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

Color convert

RGB5011866-
CMYK0.5800.440.54
HSL134.12º40.48%32.94%-
HSV(B)134.12º57.63%46.27%-
XYZ8.7814.037.4-
YUV91.74113.4798.23-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.37%
GREEN value IS 118 (46.48% from 255) = 50.43%
BLUE value IS 66 (26.17% from 255) = 28.21%
R=21.37%
G=50.43%
B=28.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50118660.5800.440.54134.1240.4832.94
Hex3276423A02C36862821
Octal6216610272054662065041
Binary11001011101101000010111010010110011011010000110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327642; }

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

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

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

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

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

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

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

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