#33483C

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

Shades of Goblin #33483C

Tints of Goblin #33483C

Color information

#33483C (or 0x33483C) is unknown color: approx Goblin. HEX triplet: 33, 48 and 3C. RGB value is (51,72,60). Sum of RGB (Red+Green+Blue) = 51+72+60=183 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.87% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 72 - color contains mainly: green. Hex color #33483C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33483C is #CCB7C3. Grayscale: #404040. Windows color (decimal): -13416388 or 3950643. OLE color: 3950643.

HSL color Cylindrical-coordinate representation of color #33483C: hue angle of 145.71º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #33483C is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB517260-
CMYK0.2900.170.72
HSL145.71º17.07%24.12%-
HSV(B)145.71º29.17%28.24%-
XYZ4.55.665.13-
YUV64.35125.54118.48-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.87%
GREEN value IS 72 (28.52% from 255) = 39.34%
BLUE value IS 60 (23.83% from 255) = 32.79%
R=27.87%
G=39.34%
B=32.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5172600.2900.170.72145.7117.0724.12
Hex33483C1D01148921118
Octal6311074350211102222130
Binary1100111001000111100111010100011001000100100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33483C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,72,60); }

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

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

 a { background-color: rgb(51,72,60); }

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

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

 span { border-color: rgb(51,72,60); }

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