Html Css Color HEX #33503D Goblin

📋 copy color: '#33503D'

red 51 ◦ green 80 ◦ blue 61

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

Shades of Goblin #33503D

Tints of Goblin #33503D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 31.77%

R = 26.56%
G = 41.67%
B = 31.77%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#33503D (or 0x33503D) is known color: Goblin. HEX triplet: 33, 50 and 3D. RGB value is (51,80,61). Sum of RGB (Red+Green+Blue) = 51+80+61=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 80 - color contains mainly: green. Hex color #33503D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33503D is #CCAFC2. Grayscale: #454545. Windows color (decimal): -13414339 or 4018227. OLE color: 4018227.

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

Color convert

RGB 51 80 61 -
CMYK 0.36 0 0.24 0.69
HSL 140.69º 0.22% 0.26% -
HSV(B) 140.69º 0.36% 0.31% -
XYZ 5.08 6.78 5.46 -
YUV 69.16 123.39 115.04 -
System Red Green Blue C M Y K H S L
Decimal 51 80 61 0.36 0 0.24 0.69 140.69 0.22 0.26
Hex 33 50 3D 24 0 18 45 8D 16 1A
Octal 63 120 75 44 0 30 105 215 26 32
Binary 110011 1010000 111101 100100 0 11000 1000101 10001101 10110 11010

Color Harmonies of #33503D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33503D

Black with #33503D

Text Example


Text Example

White with #33503D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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