Html Css Color HEX #33553F Goblin

📋 copy color: '#33553F'

red 51 ◦ green 85 ◦ blue 63

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

Shades of Goblin #33553F

Tints of Goblin #33553F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.71%

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

R = 25.63%
G = 42.71%
B = 31.66%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#33553F (or 0x33553F) is known color: Goblin. HEX triplet: 33, 55 and 3F. RGB value is (51,85,63). Sum of RGB (Red+Green+Blue) = 51+85+63=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 85 - color contains mainly: green. Hex color #33553F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33553F is #CCAAC0. Grayscale: #484848. Windows color (decimal): -13413057 or 4150579. OLE color: 4150579.

HSL color Cylindrical-coordinate representation of color #33553F: hue angle of 141.18º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #33553F is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 85 63 -
CMYK 0.40 0 0.26 0.67
HSL 141.18º 0.25% 0.27% -
HSV(B) 141.18º 0.4% 0.33% -
XYZ 5.51 7.56 5.87 -
YUV 72.33 122.74 112.79 -
System Red Green Blue C M Y K H S L
Decimal 51 85 63 0.40 0 0.26 0.67 141.18 0.25 0.27
Hex 33 55 3F 28 0 1A 43 8D 19 1B
Octal 63 125 77 50 0 32 103 215 31 33
Binary 110011 1010101 111111 101000 0 11010 1000011 10001101 11001 11011

Color Harmonies of #33553F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33553F

Black with #33553F

Text Example


Text Example

White with #33553F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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