Html Css Color HEX #33553A Goblin

📋 copy color: '#33553A'

red 51 ◦ green 85 ◦ blue 58

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

Shades of Goblin #33553A

Tints of Goblin #33553A

RGB

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

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

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

R = 26.29%
G = 43.81%
B = 29.9%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.32

 K value IS 0.67

RGB Variations

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

Color information

#33553A (or 0x33553A) is known color: Goblin. HEX triplet: 33, 55 and 3A. RGB value is (51,85,58). Sum of RGB (Red+Green+Blue) = 51+85+58=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 58 (23.05% from 255 or 29.90% from 194); Max value from RGB is 85 - color contains mainly: green. Hex color #33553A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33553A is #CCAAC5. Grayscale: #474747. Windows color (decimal): -13413062 or 3822899. OLE color: 3822899.

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

Color convert

RGB 51 85 58 -
CMYK 0.40 0 0.32 0.67
HSL 132.35º 0.25% 0.27% -
HSV(B) 132.35º 0.4% 0.33% -
XYZ 5.38 7.51 5.17 -
YUV 71.76 120.24 113.2 -
System Red Green Blue C M Y K H S L
Decimal 51 85 58 0.40 0 0.32 0.67 132.35 0.25 0.27
Hex 33 55 3A 28 0 20 43 84 19 1B
Octal 63 125 72 50 0 40 103 204 31 33
Binary 110011 1010101 111010 101000 0 100000 1000011 10000100 11001 11011

Color Harmonies of #33553A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33553A

Black with #33553A

Text Example


Text Example

White with #33553A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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