Html Css Color HEX #33503F Goblin

📋 copy color: '#33503F'

red 51 ◦ green 80 ◦ blue 63

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

Shades of Goblin #33503F

Tints of Goblin #33503F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.24%

 BLUE value IS 63 (25% from 255) = 32.47%

R = 26.29%
G = 41.24%
B = 32.47%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#33503F (or 0x33503F) is known color: Goblin. HEX triplet: 33, 50 and 3F. RGB value is (51,80,63). Sum of RGB (Red+Green+Blue) = 51+80+63=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 80 - color contains mainly: green. Hex color #33503F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33503F is #CCAFC0. Grayscale: #454545. Windows color (decimal): -13414337 or 4149299. OLE color: 4149299.

HSL color Cylindrical-coordinate representation of color #33503F: hue angle of 144.83º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #33503F is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 80 63 -
CMYK 0.36 0 0.21 0.69
HSL 144.83º 0.22% 0.26% -
HSV(B) 144.83º 0.36% 0.31% -
XYZ 5.13 6.8 5.74 -
YUV 69.39 124.39 114.88 -
System Red Green Blue C M Y K H S L
Decimal 51 80 63 0.36 0 0.21 0.69 144.83 0.22 0.26
Hex 33 50 3F 24 0 15 45 91 16 1A
Octal 63 120 77 44 0 25 105 221 26 32
Binary 110011 1010000 111111 100100 0 10101 1000101 10010001 10110 11010

Color Harmonies of #33503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33503F

Black with #33503F

Text Example


Text Example

White with #33503F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33503F; }

 p { color: rgb(51,80,63); }

 H1.HeaderClassName
 {
   color: #33503F;
 }
 .AnyTagClassName
 {
   color: #33503F;
 }
</style>

background-color css

<style>
 a { background-color: #33503F; }

 a { background-color: rgb(51,80,63); }

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

border-color css

<style>
 span { border-color: #33503F; }

 span { border-color: rgb(51,80,63); }

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