#327231

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

Shades of Japanese Laurel #327231

Tints of Japanese Laurel #327231

Color information

#327231 (or 0x327231) is unknown color: approx Japanese Laurel. HEX triplet: 32, 72 and 31. RGB value is (50,114,49). Sum of RGB (Red+Green+Blue) = 50+114+49=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 114 (44.92% from 255 or 53.52% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 114 - color contains mainly: green. Hex color #327231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327231 is #CD8DCE. Grayscale: #575757. Windows color (decimal): -13471183 or 3240498. OLE color: 3240498.

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

Color convert

RGB5011449-
CMYK0.5600.570.55
HSL119.08º39.88%31.96%-
HSV(B)119.08º57.02%44.71%-
XYZ7.8912.934.99-
YUV87.45106.3101.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.47%
GREEN value IS 114 (44.92% from 255) = 53.52%
BLUE value IS 49 (19.53% from 255) = 23.00%
R=23.47%
G=53.52%
B=23.00%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50114490.5600.570.55119.0839.8831.96
Hex3272313803937772820
Octal621626170071671675040
Binary110010111001011000111100001110011101111110111101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327231; }

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

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

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

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

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

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

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

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