Html Css Color HEX #37523D Goblin

📋 copy color: '#37523D'

red 55 ◦ green 82 ◦ blue 61

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

Shades of Goblin #37523D

Tints of Goblin #37523D

RGB

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

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

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

R = 27.78%
G = 41.41%
B = 30.81%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#37523D (or 0x37523D) is known color: Goblin. HEX triplet: 37, 52 and 3D. RGB value is (55,82,61). Sum of RGB (Red+Green+Blue) = 55+82+61=198 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.78% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 82 - color contains mainly: green. Hex color #37523D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37523D is #C8ADC2. Grayscale: #474747. Windows color (decimal): -13151683 or 4018743. OLE color: 4018743.

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

Color convert

RGB 55 82 61 -
CMYK 0.33 0 0.26 0.68
HSL 133.33º 0.2% 0.27% -
HSV(B) 133.33º 0.33% 0.32% -
XYZ 5.44 7.18 5.52 -
YUV 71.53 122.05 116.21 -
System Red Green Blue C M Y K H S L
Decimal 55 82 61 0.33 0 0.26 0.68 133.33 0.2 0.27
Hex 37 52 3D 21 0 1A 44 85 14 1B
Octal 67 122 75 41 0 32 104 205 24 33
Binary 110111 1010010 111101 100001 0 11010 1000100 10000101 10100 11011

Color Harmonies of #37523D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37523D

Black with #37523D

Text Example


Text Example

White with #37523D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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