Html Css Color HEX #375541 Goblin

📋 copy color: '#375541'

red 55 ◦ green 85 ◦ blue 65

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

Shades of Goblin #375541

Tints of Goblin #375541

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.46%

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

R = 26.83%
G = 41.46%
B = 31.71%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#375541 (or 0x375541) is known color: Goblin. HEX triplet: 37, 55 and 41. RGB value is (55,85,65). Sum of RGB (Red+Green+Blue) = 55+85+65=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 85 - color contains mainly: green. Hex color #375541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375541 is #C8AABE. Grayscale: #494949. Windows color (decimal): -13150911 or 4281655. OLE color: 4281655.

HSL color Cylindrical-coordinate representation of color #375541: hue angle of 140º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #375541 is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 85 65 -
CMYK 0.35 0 0.24 0.67
HSL 140º 0.21% 0.27% -
HSV(B) 140º 0.35% 0.33% -
XYZ 5.78 7.69 6.18 -
YUV 73.75 123.06 114.63 -
System Red Green Blue C M Y K H S L
Decimal 55 85 65 0.35 0 0.24 0.67 140 0.21 0.27
Hex 37 55 41 23 0 18 43 8C 15 1B
Octal 67 125 101 43 0 30 103 214 25 33
Binary 110111 1010101 1000001 100011 0 11000 1000011 10001100 10101 11011

Color Harmonies of #375541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375541

Black with #375541

Text Example


Text Example

White with #375541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375541; }

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

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

background-color css

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

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

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

border-color css

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

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

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