Html Css Color HEX #33553B Goblin

📋 copy color: '#33553B'

red 51 ◦ green 85 ◦ blue 59

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

Shades of Goblin #33553B

Tints of Goblin #33553B

RGB

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

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

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

R = 26.15%
G = 43.59%
B = 30.26%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#33553B (or 0x33553B) is known color: Goblin. HEX triplet: 33, 55 and 3B. RGB value is (51,85,59). Sum of RGB (Red+Green+Blue) = 51+85+59=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 59 (23.44% from 255 or 30.26% from 195); Max value from RGB is 85 - color contains mainly: green. Hex color #33553B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33553B is #CCAAC4. Grayscale: #474747. Windows color (decimal): -13413061 or 3888435. OLE color: 3888435.

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

Color convert

RGB 51 85 59 -
CMYK 0.40 0 0.31 0.67
HSL 134.12º 0.25% 0.27% -
HSV(B) 134.12º 0.4% 0.33% -
XYZ 5.4 7.52 5.3 -
YUV 71.87 120.74 113.11 -
System Red Green Blue C M Y K H S L
Decimal 51 85 59 0.40 0 0.31 0.67 134.12 0.25 0.27
Hex 33 55 3B 28 0 1F 43 86 19 1B
Octal 63 125 73 50 0 37 103 206 31 33
Binary 110011 1010101 111011 101000 0 11111 1000011 10000110 11001 11011

Color Harmonies of #33553B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33553B

Black with #33553B

Text Example


Text Example

White with #33553B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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