#327442

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

Shades of Japanese Laurel #327442

Tints of Japanese Laurel #327442

Color information

#327442 (or 0x327442) is unknown color: approx Japanese Laurel. HEX triplet: 32, 74 and 42. RGB value is (50,116,66). Sum of RGB (Red+Green+Blue) = 50+116+66=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 116 (45.70% from 255 or 50% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 116 - color contains mainly: green. Hex color #327442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327442 is #CD8BBD. Grayscale: #5A5A5A. Windows color (decimal): -13470654 or 4355122. OLE color: 4355122.

HSL color Cylindrical-coordinate representation of color #327442: hue angle of 134.55º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #327442 is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB5011666-
CMYK0.5700.430.55
HSL134.55º39.76%32.55%-
HSV(B)134.55º56.9%45.49%-
XYZ8.5413.567.32-
YUV90.57114.1399.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.55%
GREEN value IS 116 (45.70% from 255) = 50%
BLUE value IS 66 (26.17% from 255) = 28.45%
R=21.55%
G=50%
B=28.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50116660.5700.430.55134.5539.7632.55
Hex3274423902B37872821
Octal6216410271053672075041
Binary11001011101001000010111001010101111011110000111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327442; }

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

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

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

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

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

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

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

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