#327742

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

Shades of Japanese Laurel #327742

Tints of Japanese Laurel #327742

Color information

#327742 (or 0x327742) is unknown color: approx Japanese Laurel. HEX triplet: 32, 77 and 42. RGB value is (50,119,66). Sum of RGB (Red+Green+Blue) = 50+119+66=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #327742 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327742 is #CD88BD. Grayscale: #5C5C5C. Windows color (decimal): -13469886 or 4355890. OLE color: 4355890.

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

Color convert

RGB5011966-
CMYK0.5800.450.53
HSL133.91º40.83%33.14%-
HSV(B)133.91º57.98%46.67%-
XYZ8.914.277.44-
YUV92.33113.1497.81-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.28%
GREEN value IS 119 (46.88% from 255) = 50.64%
BLUE value IS 66 (26.17% from 255) = 28.09%
R=21.28%
G=50.64%
B=28.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50119660.5800.450.53133.9140.8333.14
Hex3277423A02D35862921
Octal6216710272055652065141
Binary11001011101111000010111010010110111010110000110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327742; }

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

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

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

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

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

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

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

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