Html Css Color HEX #33493B Goblin

📋 copy color: '#33493B'

red 51 ◦ green 73 ◦ blue 59

#33493B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goblin #33493B

Tints of Goblin #33493B

RGB

 RED value IS 51 (20.31% from 255) = 27.87%

 GREEN value IS 73 (28.91% from 255) = 39.89%

 BLUE value IS 59 (23.44% from 255) = 32.24%

R = 27.87%
G = 39.89%
B = 32.24%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#33493B (or 0x33493B) is known color: Goblin. HEX triplet: 33, 49 and 3B. RGB value is (51,73,59). Sum of RGB (Red+Green+Blue) = 51+73+59=183 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.87% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 59 (23.44% from 255 or 32.24% from 183); Max value from RGB is 73 - color contains mainly: green. Hex color #33493B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33493B is #CCB6C4. Grayscale: #404040. Windows color (decimal): -13416133 or 3885363. OLE color: 3885363.

HSL color Cylindrical-coordinate representation of color #33493B: hue angle of 141.82º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #33493B is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB 51 73 59 -
CMYK 0.30 0 0.19 0.71
HSL 141.82º 0.18% 0.24% -
HSV(B) 141.82º 0.3% 0.29% -
XYZ 4.54 5.78 5.02 -
YUV 64.83 124.71 118.14 -
System Red Green Blue C M Y K H S L
Decimal 51 73 59 0.30 0 0.19 0.71 141.82 0.18 0.24
Hex 33 49 3B 1E 0 13 47 8E 12 18
Octal 63 111 73 36 0 23 107 216 22 30
Binary 110011 1001001 111011 11110 0 10011 1000111 10001110 10010 11000

Color Harmonies of #33493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33493B

Black with #33493B

Text Example


Text Example

White with #33493B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33493B; }

 p { color: rgb(51,73,59); }

 H1.HeaderClassName
 {
   color: #33493B;
 }
 .AnyTagClassName
 {
   color: #33493B;
 }
</style>

background-color css

<style>
 a { background-color: #33493B; }

 a { background-color: rgb(51,73,59); }

 div.DivClassName
 {
   background-color: #33493B;
 }
 .BgClassName
 {
   background-color: #33493B;
 }
</style>

border-color css

<style>
 span { border-color: #33493B; }

 span { border-color: rgb(51,73,59); }

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