Html Css Color HEX #37523F Goblin

📋 copy color: '#37523F'

red 55 ◦ green 82 ◦ blue 63

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

Shades of Goblin #37523F

Tints of Goblin #37523F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41%

 BLUE value IS 63 (25% from 255) = 31.5%

R = 27.5%
G = 41%
B = 31.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#37523F (or 0x37523F) is known color: Goblin. HEX triplet: 37, 52 and 3F. RGB value is (55,82,63). Sum of RGB (Red+Green+Blue) = 55+82+63=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 82 - color contains mainly: green. Hex color #37523F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37523F is #C8ADC0. Grayscale: #474747. Windows color (decimal): -13151681 or 4149815. OLE color: 4149815.

HSL color Cylindrical-coordinate representation of color #37523F: hue angle of 137.78º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #37523F is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 82 63 -
CMYK 0.33 0 0.23 0.68
HSL 137.78º 0.2% 0.27% -
HSV(B) 137.78º 0.33% 0.32% -
XYZ 5.49 7.21 5.8 -
YUV 71.76 123.05 116.04 -
System Red Green Blue C M Y K H S L
Decimal 55 82 63 0.33 0 0.23 0.68 137.78 0.2 0.27
Hex 37 52 3F 21 0 17 44 8A 14 1B
Octal 67 122 77 41 0 27 104 212 24 33
Binary 110111 1010010 111111 100001 0 10111 1000100 10001010 10100 11011

Color Harmonies of #37523F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37523F

Black with #37523F

Text Example


Text Example

White with #37523F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37523F; }

 p { color: rgb(55,82,63); }

 H1.HeaderClassName
 {
   color: #37523F;
 }
 .AnyTagClassName
 {
   color: #37523F;
 }
</style>

background-color css

<style>
 a { background-color: #37523F; }

 a { background-color: rgb(55,82,63); }

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

border-color css

<style>
 span { border-color: #37523F; }

 span { border-color: rgb(55,82,63); }

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