Html Css Color HEX #37513C Goblin

📋 copy color: '#37513C'

red 55 ◦ green 81 ◦ blue 60

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

Shades of Goblin #37513C

Tints of Goblin #37513C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 41.33%

 BLUE value IS 60 (23.83% from 255) = 30.61%

R = 28.06%
G = 41.33%
B = 30.61%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#37513C (or 0x37513C) is known color: Goblin. HEX triplet: 37, 51 and 3C. RGB value is (55,81,60). Sum of RGB (Red+Green+Blue) = 55+81+60=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 81 - color contains mainly: green. Hex color #37513C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37513C is #C8AEC3. Grayscale: #464646. Windows color (decimal): -13151940 or 3952951. OLE color: 3952951.

HSL color Cylindrical-coordinate representation of color #37513C: hue angle of 131.54º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #37513C is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 81 60 -
CMYK 0.32 0 0.26 0.68
HSL 131.54º 0.19% 0.27% -
HSV(B) 131.54º 0.32% 0.32% -
XYZ 5.33 7.02 5.35 -
YUV 70.83 121.89 116.71 -
System Red Green Blue C M Y K H S L
Decimal 55 81 60 0.32 0 0.26 0.68 131.54 0.19 0.27
Hex 37 51 3C 20 0 1A 44 84 13 1B
Octal 67 121 74 40 0 32 104 204 23 33
Binary 110111 1010001 111100 100000 0 11010 1000100 10000100 10011 11011

Color Harmonies of #37513C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37513C

Black with #37513C

Text Example


Text Example

White with #37513C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37513C; }

 p { color: rgb(55,81,60); }

 H1.HeaderClassName
 {
   color: #37513C;
 }
 .AnyTagClassName
 {
   color: #37513C;
 }
</style>

background-color css

<style>
 a { background-color: #37513C; }

 a { background-color: rgb(55,81,60); }

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

border-color css

<style>
 span { border-color: #37513C; }

 span { border-color: rgb(55,81,60); }

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