Html Css Color HEX #375241 Goblin

📋 copy color: '#375241'

red 55 ◦ green 82 ◦ blue 65

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

Shades of Goblin #375241

Tints of Goblin #375241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 32.18%

R = 27.23%
G = 40.59%
B = 32.18%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#375241 (or 0x375241) is known color: Goblin. HEX triplet: 37, 52 and 41. RGB value is (55,82,65). Sum of RGB (Red+Green+Blue) = 55+82+65=202 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.23% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 82 - color contains mainly: green. Hex color #375241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375241 is #C8ADBE. Grayscale: #484848. Windows color (decimal): -13151679 or 4280887. OLE color: 4280887.

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

Color convert

RGB 55 82 65 -
CMYK 0.33 0 0.21 0.68
HSL 142.22º 0.2% 0.27% -
HSV(B) 142.22º 0.33% 0.32% -
XYZ 5.55 7.23 6.1 -
YUV 71.99 124.05 115.88 -
System Red Green Blue C M Y K H S L
Decimal 55 82 65 0.33 0 0.21 0.68 142.22 0.2 0.27
Hex 37 52 41 21 0 15 44 8E 14 1B
Octal 67 122 101 41 0 25 104 216 24 33
Binary 110111 1010010 1000001 100001 0 10101 1000100 10001110 10100 11011

Color Harmonies of #375241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375241

Black with #375241

Text Example


Text Example

White with #375241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375241; }

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

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

background-color css

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

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

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

border-color css

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

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

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