Html Css Color HEX #33503A Goblin

📋 copy color: '#33503A'

red 51 ◦ green 80 ◦ blue 58

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

Shades of Goblin #33503A

Tints of Goblin #33503A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 30.69%

R = 26.98%
G = 42.33%
B = 30.69%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.28

 K value IS 0.69

RGB Variations

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

Color information

#33503A (or 0x33503A) is known color: Goblin. HEX triplet: 33, 50 and 3A. RGB value is (51,80,58). Sum of RGB (Red+Green+Blue) = 51+80+58=189 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.98% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 80 - color contains mainly: green. Hex color #33503A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33503A is #CCAFC5. Grayscale: #444444. Windows color (decimal): -13414342 or 3821619. OLE color: 3821619.

HSL color Cylindrical-coordinate representation of color #33503A: hue angle of 134.48º 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 #33503A is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 80 58 -
CMYK 0.36 0 0.28 0.69
HSL 134.48º 0.22% 0.26% -
HSV(B) 134.48º 0.36% 0.31% -
XYZ 5 6.75 5.04 -
YUV 68.82 121.89 115.29 -
System Red Green Blue C M Y K H S L
Decimal 51 80 58 0.36 0 0.28 0.69 134.48 0.22 0.26
Hex 33 50 3A 24 0 1C 45 86 16 1A
Octal 63 120 72 44 0 34 105 206 26 32
Binary 110011 1010000 111010 100100 0 11100 1000101 10000110 10110 11010

Color Harmonies of #33503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33503A

Black with #33503A

Text Example


Text Example

White with #33503A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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