Html Css Color HEX #375843 Goblin

📋 copy color: '#375843'

red 55 ◦ green 88 ◦ blue 67

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

Shades of Goblin #375843

Tints of Goblin #375843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 31.9%

R = 26.19%
G = 41.9%
B = 31.9%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.24

 K value IS 0.65

RGB Variations

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

Color information

#375843 (or 0x375843) is known color: Goblin. HEX triplet: 37, 58 and 43. RGB value is (55,88,67). Sum of RGB (Red+Green+Blue) = 55+88+67=210 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.19% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 67 (26.56% from 255 or 31.90% from 210); Max value from RGB is 88 - color contains mainly: green. Hex color #375843 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375843 is #C8A7BC. Grayscale: #4B4B4B. Windows color (decimal): -13150141 or 4413495. OLE color: 4413495.

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

Color convert

RGB 55 88 67 -
CMYK 0.38 0 0.24 0.65
HSL 141.82º 0.23% 0.28% -
HSV(B) 141.82º 0.38% 0.35% -
XYZ 6.08 8.2 6.57 -
YUV 75.74 123.07 113.21 -
System Red Green Blue C M Y K H S L
Decimal 55 88 67 0.38 0 0.24 0.65 141.82 0.23 0.28
Hex 37 58 43 26 0 18 41 8E 17 1C
Octal 67 130 103 46 0 30 101 216 27 34
Binary 110111 1011000 1000011 100110 0 11000 1000001 10001110 10111 11100

Color Harmonies of #375843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375843

Black with #375843

Text Example


Text Example

White with #375843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375843; }

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

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

background-color css

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

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

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

border-color css

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

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

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