#30553A

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

Shades of Goblin #30553A

Tints of Goblin #30553A

Color information

#30553A (or 0x30553A) is unknown color: approx Goblin. HEX triplet: 30, 55 and 3A. RGB value is (48,85,58). Sum of RGB (Red+Green+Blue) = 48+85+58=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 58 (23.05% from 255 or 30.37% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #30553A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30553A is #CFAAC5. Grayscale: #464646. Windows color (decimal): -13609670 or 3822896. OLE color: 3822896.

HSL color Cylindrical-coordinate representation of color #30553A: hue angle of 136.22º 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 #30553A is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB488558-
CMYK0.4400.320.67
HSL136.22º27.82%26.08%-
HSV(B)136.22º43.53%33.33%-
XYZ5.237.435.16-
YUV70.86120.74111.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.13%
GREEN value IS 85 (33.59% from 255) = 44.50%
BLUE value IS 58 (23.05% from 255) = 30.37%
R=25.13%
G=44.50%
B=30.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4885580.4400.320.67136.2227.8226.08
Hex30553A2C02043881c1a
Octal6012572540401032103432
Binary110000101010111101010110001000001000011100010001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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