Html Css Color HEX #37553D Goblin

📋 copy color: '#37553D'

red 55 ◦ green 85 ◦ blue 61

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

Shades of Goblin #37553D

Tints of Goblin #37553D

RGB

 RED value IS 55 (21.88% from 255) = 27.36%

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

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

R = 27.36%
G = 42.29%
B = 30.35%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#37553D (or 0x37553D) is known color: Goblin. HEX triplet: 37, 55 and 3D. RGB value is (55,85,61). Sum of RGB (Red+Green+Blue) = 55+85+61=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 85 - color contains mainly: green. Hex color #37553D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37553D is #C8AAC2. Grayscale: #494949. Windows color (decimal): -13150915 or 4019511. OLE color: 4019511.

HSL color Cylindrical-coordinate representation of color #37553D: hue angle of 132º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #37553D is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 85 61 -
CMYK 0.35 0 0.28 0.67
HSL 132º 0.21% 0.27% -
HSV(B) 132º 0.35% 0.33% -
XYZ 5.67 7.65 5.59 -
YUV 73.29 121.06 114.95 -
System Red Green Blue C M Y K H S L
Decimal 55 85 61 0.35 0 0.28 0.67 132 0.21 0.27
Hex 37 55 3D 23 0 1C 43 84 15 1B
Octal 67 125 75 43 0 34 103 204 25 33
Binary 110111 1010101 111101 100011 0 11100 1000011 10000100 10101 11011

Color Harmonies of #37553D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37553D

Black with #37553D

Text Example


Text Example

White with #37553D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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