#32523F

Color #32523F Goblin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goblin #32523F

Tints of Goblin #32523F

Color information

#32523F (or 0x32523F) is unknown color: approx Goblin. HEX triplet: 32, 52 and 3F. RGB value is (50,82,63). Sum of RGB (Red+Green+Blue) = 50+82+63=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 82 - color contains mainly: green. Hex color #32523F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32523F is #CDADC0. Grayscale: #464646. Windows color (decimal): -13479361 or 4149810. OLE color: 4149810.

HSL color Cylindrical-coordinate representation of color #32523F: hue angle of 144.38º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #32523F is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB508263-
CMYK0.3900.230.68
HSL144.38º24.24%25.88%-
HSV(B)144.38º39.02%32.16%-
XYZ5.237.075.79-
YUV70.27123.9113.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.64%
GREEN value IS 82 (32.42% from 255) = 42.05%
BLUE value IS 63 (25% from 255) = 32.31%
R=25.64%
G=42.05%
B=32.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5082630.3900.230.68144.3824.2425.88
Hex32523F270174490181a
Octal6212277470271042203032
Binary11001010100101111111001110101111000100100100001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32523F; }

 p { color: rgb(50,82,63); }

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

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

 a { background-color: rgb(50,82,63); }

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

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

 span { border-color: rgb(50,82,63); }

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