Html Css Color HEX #33503B Goblin

📋 copy color: '#33503B'

red 51 ◦ green 80 ◦ blue 59

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

Shades of Goblin #33503B

Tints of Goblin #33503B

RGB

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

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

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

R = 26.84%
G = 42.11%
B = 31.05%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.69

RGB Variations

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

Color information

#33503B (or 0x33503B) is known color: Goblin. HEX triplet: 33, 50 and 3B. RGB value is (51,80,59). Sum of RGB (Red+Green+Blue) = 51+80+59=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 59 (23.44% from 255 or 31.05% from 190); Max value from RGB is 80 - color contains mainly: green. Hex color #33503B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33503B is #CCAFC4. Grayscale: #444444. Windows color (decimal): -13414341 or 3887155. OLE color: 3887155.

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

Color convert

RGB 51 80 59 -
CMYK 0.36 0 0.26 0.69
HSL 136.55º 0.22% 0.26% -
HSV(B) 136.55º 0.36% 0.31% -
XYZ 5.02 6.76 5.18 -
YUV 68.94 122.39 115.21 -
System Red Green Blue C M Y K H S L
Decimal 51 80 59 0.36 0 0.26 0.69 136.55 0.22 0.26
Hex 33 50 3B 24 0 1A 45 89 16 1A
Octal 63 120 73 44 0 32 105 211 26 32
Binary 110011 1010000 111011 100100 0 11010 1000101 10001001 10110 11010

Color Harmonies of #33503B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33503B

Black with #33503B

Text Example


Text Example

White with #33503B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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