#30553C

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

Shades of Goblin #30553C

Tints of Goblin #30553C

Color information

#30553C (or 0x30553C) is unknown color: approx Goblin. HEX triplet: 30, 55 and 3C. RGB value is (48,85,60). Sum of RGB (Red+Green+Blue) = 48+85+60=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #30553C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30553C is #CFAAC3. Grayscale: #474747. Windows color (decimal): -13609668 or 3953968. OLE color: 3953968.

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

Color convert

RGB488560-
CMYK0.4400.290.67
HSL139.46º27.82%26.08%-
HSV(B)139.46º43.53%33.33%-
XYZ5.287.455.43-
YUV71.09121.74111.53-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.87%
GREEN value IS 85 (33.59% from 255) = 44.04%
BLUE value IS 60 (23.83% from 255) = 31.09%
R=24.87%
G=44.04%
B=31.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4885600.4400.290.67139.4627.8226.08
Hex30553C2C01D438b1c1a
Octal6012574540351032133432
Binary11000010101011111001011000111011000011100010111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30553C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,85,60); }

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

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

 a { background-color: rgb(48,85,60); }

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

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

 span { border-color: rgb(48,85,60); }

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