Html Css Color HEX #375240 Goblin

📋 copy color: '#375240'

red 55 ◦ green 82 ◦ blue 64

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

Shades of Goblin #375240

Tints of Goblin #375240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 31.84%

R = 27.36%
G = 40.8%
B = 31.84%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#375240 (or 0x375240) is known color: Goblin. HEX triplet: 37, 52 and 40. RGB value is (55,82,64). Sum of RGB (Red+Green+Blue) = 55+82+64=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 82 - color contains mainly: green. Hex color #375240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375240 is #C8ADBF. Grayscale: #474747. Windows color (decimal): -13151680 or 4215351. OLE color: 4215351.

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

Color convert

RGB 55 82 64 -
CMYK 0.33 0 0.22 0.68
HSL 140º 0.2% 0.27% -
HSV(B) 140º 0.33% 0.32% -
XYZ 5.52 7.22 5.95 -
YUV 71.88 123.55 115.96 -
System Red Green Blue C M Y K H S L
Decimal 55 82 64 0.33 0 0.22 0.68 140 0.2 0.27
Hex 37 52 40 21 0 16 44 8C 14 1B
Octal 67 122 100 41 0 26 104 214 24 33
Binary 110111 1010010 1000000 100001 0 10110 1000100 10001100 10100 11011

Color Harmonies of #375240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375240

Black with #375240

Text Example


Text Example

White with #375240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375240; }

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

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

background-color css

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

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

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

border-color css

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

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

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