Html Css Color HEX #375940 Goblin

📋 copy color: '#375940'

red 55 ◦ green 89 ◦ blue 64

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

Shades of Goblin #375940

Tints of Goblin #375940

RGB

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

 GREEN value IS 89 (35.16% from 255) = 42.79%

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

R = 26.44%
G = 42.79%
B = 30.77%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#375940 (or 0x375940) is known color: Goblin. HEX triplet: 37, 59 and 40. RGB value is (55,89,64). Sum of RGB (Red+Green+Blue) = 55+89+64=208 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.44% from 208); Green value is 89 (35.16% from 255 or 42.79% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 89 - color contains mainly: green. Hex color #375940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375940 is #C8A6BF. Grayscale: #4C4C4C. Windows color (decimal): -13149888 or 4217143. OLE color: 4217143.

HSL color Cylindrical-coordinate representation of color #375940: hue angle of 135.88º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #375940 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 89 64 -
CMYK 0.38 0 0.28 0.65
HSL 135.88º 0.24% 0.28% -
HSV(B) 135.88º 0.38% 0.35% -
XYZ 6.07 8.33 6.14 -
YUV 75.98 121.24 113.03 -
System Red Green Blue C M Y K H S L
Decimal 55 89 64 0.38 0 0.28 0.65 135.88 0.24 0.28
Hex 37 59 40 26 0 1C 41 88 18 1C
Octal 67 131 100 46 0 34 101 210 30 34
Binary 110111 1011001 1000000 100110 0 11100 1000001 10001000 11000 11100

Color Harmonies of #375940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375940

Black with #375940

Text Example


Text Example

White with #375940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375940; }

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

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

background-color css

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

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

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

border-color css

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

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

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