Html Css Color HEX #33553D Goblin

📋 copy color: '#33553D'

red 51 ◦ green 85 ◦ blue 61

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

Shades of Goblin #33553D

Tints of Goblin #33553D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 30.96%

R = 25.89%
G = 43.15%
B = 30.96%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#33553D (or 0x33553D) is known color: Goblin. HEX triplet: 33, 55 and 3D. RGB value is (51,85,61). Sum of RGB (Red+Green+Blue) = 51+85+61=197 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.89% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 85 - color contains mainly: green. Hex color #33553D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33553D is #CCAAC2. Grayscale: #484848. Windows color (decimal): -13413059 or 4019507. OLE color: 4019507.

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

Color convert

RGB 51 85 61 -
CMYK 0.40 0 0.28 0.67
HSL 137.65º 0.25% 0.27% -
HSV(B) 137.65º 0.4% 0.33% -
XYZ 5.46 7.54 5.58 -
YUV 72.1 121.74 112.95 -
System Red Green Blue C M Y K H S L
Decimal 51 85 61 0.40 0 0.28 0.67 137.65 0.25 0.27
Hex 33 55 3D 28 0 1C 43 8A 19 1B
Octal 63 125 75 50 0 34 103 212 31 33
Binary 110011 1010101 111101 101000 0 11100 1000011 10001010 11001 11011

Color Harmonies of #33553D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33553D

Black with #33553D

Text Example


Text Example

White with #33553D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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