Html Css Color HEX #375840 Goblin

📋 copy color: '#375840'

red 55 ◦ green 88 ◦ blue 64

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

Shades of Goblin #375840

Tints of Goblin #375840

RGB

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

 GREEN value IS 88 (34.77% from 255) = 42.51%

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

R = 26.57%
G = 42.51%
B = 30.92%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#375840 (or 0x375840) is known color: Goblin. HEX triplet: 37, 58 and 40. RGB value is (55,88,64). Sum of RGB (Red+Green+Blue) = 55+88+64=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 88 - color contains mainly: green. Hex color #375840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375840 is #C8A7BF. Grayscale: #4B4B4B. Windows color (decimal): -13150144 or 4216887. OLE color: 4216887.

HSL color Cylindrical-coordinate representation of color #375840: hue angle of 136.36º degrees, saturation: 0.23, 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 #375840 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 88 64 -
CMYK 0.38 0 0.27 0.65
HSL 136.36º 0.23% 0.28% -
HSV(B) 136.36º 0.38% 0.35% -
XYZ 5.99 8.16 6.11 -
YUV 75.4 121.57 113.45 -
System Red Green Blue C M Y K H S L
Decimal 55 88 64 0.38 0 0.27 0.65 136.36 0.23 0.28
Hex 37 58 40 26 0 1B 41 88 17 1C
Octal 67 130 100 46 0 33 101 210 27 34
Binary 110111 1011000 1000000 100110 0 11011 1000001 10001000 10111 11100

Color Harmonies of #375840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375840

Black with #375840

Text Example


Text Example

White with #375840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375840; }

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

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

background-color css

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

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

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

border-color css

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

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

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