#327238

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

Shades of Japanese Laurel #327238

Tints of Japanese Laurel #327238

Color information

#327238 (or 0x327238) is unknown color: approx Japanese Laurel. HEX triplet: 32, 72 and 38. RGB value is (50,114,56). Sum of RGB (Red+Green+Blue) = 50+114+56=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 114 (44.92% from 255 or 51.82% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 114 - color contains mainly: green. Hex color #327238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327238 is #CD8DC7. Grayscale: #585858. Windows color (decimal): -13471176 or 3699250. OLE color: 3699250.

HSL color Cylindrical-coordinate representation of color #327238: hue angle of 125.62º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #327238 is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB5011456-
CMYK0.5600.510.55
HSL125.62º39.02%32.16%-
HSV(B)125.62º56.14%44.71%-
XYZ8.05135.83-
YUV88.25109.8100.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.73%
GREEN value IS 114 (44.92% from 255) = 51.82%
BLUE value IS 56 (22.27% from 255) = 25.45%
R=22.73%
G=51.82%
B=25.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50114560.5600.510.55125.6239.0232.16
Hex32723838033377e2720
Octal621627070063671764740
Binary110010111001011100011100001100111101111111110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327238; }

 p { color: rgb(50,114,56); }

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

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

 a { background-color: rgb(50,114,56); }

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

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

 span { border-color: rgb(50,114,56); }

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