Html Css Color HEX #33553E Goblin

📋 copy color: '#33553E'

red 51 ◦ green 85 ◦ blue 62

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

Shades of Goblin #33553E

Tints of Goblin #33553E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 31.31%

R = 25.76%
G = 42.93%
B = 31.31%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#33553E (or 0x33553E) is known color: Goblin. HEX triplet: 33, 55 and 3E. RGB value is (51,85,62). Sum of RGB (Red+Green+Blue) = 51+85+62=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 62 (24.61% from 255 or 31.31% from 198); Max value from RGB is 85 - color contains mainly: green. Hex color #33553E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33553E is #CCAAC1. Grayscale: #484848. Windows color (decimal): -13413058 or 4085043. OLE color: 4085043.

HSL color Cylindrical-coordinate representation of color #33553E: hue angle of 139.41º 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 #33553E is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 85 62 -
CMYK 0.40 0 0.27 0.67
HSL 139.41º 0.25% 0.27% -
HSV(B) 139.41º 0.4% 0.33% -
XYZ 5.48 7.55 5.73 -
YUV 72.21 122.24 112.87 -
System Red Green Blue C M Y K H S L
Decimal 51 85 62 0.40 0 0.27 0.67 139.41 0.25 0.27
Hex 33 55 3E 28 0 1B 43 8B 19 1B
Octal 63 125 76 50 0 33 103 213 31 33
Binary 110011 1010101 111110 101000 0 11011 1000011 10001011 11001 11011

Color Harmonies of #33553E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33553E

Black with #33553E

Text Example


Text Example

White with #33553E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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