#32543C

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

Shades of Goblin #32543C

Tints of Goblin #32543C

Color information

#32543C (or 0x32543C) is unknown color: approx Goblin. HEX triplet: 32, 54 and 3C. RGB value is (50,84,60). Sum of RGB (Red+Green+Blue) = 50+84+60=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 84 (33.20% from 255 or 43.30% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 84 - color contains mainly: green. Hex color #32543C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32543C is #CDABC3. Grayscale: #474747. Windows color (decimal): -13478852 or 3953714. OLE color: 3953714.

HSL color Cylindrical-coordinate representation of color #32543C: hue angle of 137.65º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #32543C is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB508460-
CMYK0.4000.290.67
HSL137.65º25.37%26.27%-
HSV(B)137.65º40.48%32.94%-
XYZ5.37.355.41-
YUV71.1121.74112.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.77%
GREEN value IS 84 (33.20% from 255) = 43.30%
BLUE value IS 60 (23.83% from 255) = 30.93%
R=25.77%
G=43.30%
B=30.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5084600.4000.290.67137.6525.3726.27
Hex32543C2801D438a191a
Octal6212474500351032123132
Binary11001010101001111001010000111011000011100010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32543C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32543C; }

 p { color: rgb(50,84,60); }

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

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

 a { background-color: rgb(50,84,60); }

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

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

 span { border-color: rgb(50,84,60); }

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