Html Css Color HEX #37523C Goblin

📋 copy color: '#37523C'

red 55 ◦ green 82 ◦ blue 60

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

Shades of Goblin #37523C

Tints of Goblin #37523C

RGB

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

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

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

R = 27.92%
G = 41.62%
B = 30.46%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.68

RGB Variations

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

Color information

#37523C (or 0x37523C) is known color: Goblin. HEX triplet: 37, 52 and 3C. RGB value is (55,82,60). Sum of RGB (Red+Green+Blue) = 55+82+60=197 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.92% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 82 - color contains mainly: green. Hex color #37523C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37523C is #C8ADC3. Grayscale: #474747. Windows color (decimal): -13151684 or 3953207. OLE color: 3953207.

HSL color Cylindrical-coordinate representation of color #37523C: hue angle of 131.11º 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 #37523C is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 82 60 -
CMYK 0.33 0 0.27 0.68
HSL 131.11º 0.2% 0.27% -
HSV(B) 131.11º 0.33% 0.32% -
XYZ 5.41 7.17 5.37 -
YUV 71.42 121.55 116.29 -
System Red Green Blue C M Y K H S L
Decimal 55 82 60 0.33 0 0.27 0.68 131.11 0.2 0.27
Hex 37 52 3C 21 0 1B 44 83 14 1B
Octal 67 122 74 41 0 33 104 203 24 33
Binary 110111 1010010 111100 100001 0 11011 1000100 10000011 10100 11011

Color Harmonies of #37523C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37523C

Black with #37523C

Text Example


Text Example

White with #37523C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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