Html Css Color HEX #375F45 Goblin

📋 copy color: '#375F45'

red 55 ◦ green 95 ◦ blue 69

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

Shades of Goblin #375F45

Tints of Goblin #375F45

RGB

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

 GREEN value IS 95 (37.5% from 255) = 43.38%

 BLUE value IS 69 (27.34% from 255) = 31.51%

R = 25.11%
G = 43.38%
B = 31.51%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.27

 K value IS 0.63

RGB Variations

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

Color information

#375F45 (or 0x375F45) is known color: Goblin. HEX triplet: 37, 5F and 45. RGB value is (55,95,69). Sum of RGB (Red+Green+Blue) = 55+95+69=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 95 (37.5% from 255 or 43.38% from 219); Blue value is 69 (27.34% from 255 or 31.51% from 219); Max value from RGB is 95 - color contains mainly: green. Hex color #375F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375F45 is #C8A0BA. Grayscale: #505050. Windows color (decimal): -13148347 or 4546359. OLE color: 4546359.

HSL color Cylindrical-coordinate representation of color #375F45: hue angle of 141º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #375F45 is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.63.

Color convert

RGB 55 95 69 -
CMYK 0.42 0 0.27 0.63
HSL 141º 0.27% 0.29% -
HSV(B) 141º 0.42% 0.37% -
XYZ 6.74 9.43 7.09 -
YUV 80.08 121.75 110.11 -
System Red Green Blue C M Y K H S L
Decimal 55 95 69 0.42 0 0.27 0.63 141 0.27 0.29
Hex 37 5F 45 2A 0 1B 3F 8D 1B 1D
Octal 67 137 105 52 0 33 77 215 33 35
Binary 110111 1011111 1000101 101010 0 11011 111111 10001101 11011 11101

Color Harmonies of #375F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375F45

Black with #375F45

Text Example


Text Example

White with #375F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375F45; }

 p { color: rgb(55,95,69); }

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

background-color css

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

 a { background-color: rgb(55,95,69); }

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

border-color css

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

 span { border-color: rgb(55,95,69); }

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