Html Css Color HEX #33483C Goblin

📋 copy color: '#33483C'

red 51 ◦ green 72 ◦ blue 60

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

Shades of Goblin #33483C

Tints of Goblin #33483C

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 value IS 0.29

 M value IS 0

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#33483C (or 0x33483C) is known color: 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

RGB 51 72 60 -
CMYK 0.29 0 0.17 0.72
HSL 145.71º 0.17% 0.24% -
HSV(B) 145.71º 0.29% 0.28% -
XYZ 4.5 5.66 5.13 -
YUV 64.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 51 72 60 0.29 0 0.17 0.72 145.71 0.17 0.24
Hex 33 48 3C 1D 0 11 48 92 11 18
Octal 63 110 74 35 0 21 110 222 21 30
Binary 110011 1001000 111100 11101 0 10001 1001000 10010010 10001 11000

Color Harmonies of #33483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33483C

Black with #33483C

Text Example


Text Example

White with #33483C

Text Example


Text Example

HTML Codes & Css Web 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>