Html Css Color HEX #375844 Goblin

📋 copy color: '#375844'

red 55 ◦ green 88 ◦ blue 68

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

Shades of Goblin #375844

Tints of Goblin #375844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 32.23%

R = 26.07%
G = 41.71%
B = 32.23%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.23

 K value IS 0.65

RGB Variations

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

Color information

#375844 (or 0x375844) is known color: Goblin. HEX triplet: 37, 58 and 44. RGB value is (55,88,68). Sum of RGB (Red+Green+Blue) = 55+88+68=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 88 (34.77% from 255 or 41.71% from 211); Blue value is 68 (26.95% from 255 or 32.23% from 211); Max value from RGB is 88 - color contains mainly: green. Hex color #375844 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375844 is #C8A7BB. Grayscale: #4B4B4B. Windows color (decimal): -13150140 or 4479031. OLE color: 4479031.

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

Color convert

RGB 55 88 68 -
CMYK 0.38 0 0.23 0.65
HSL 143.64º 0.23% 0.28% -
HSV(B) 143.64º 0.38% 0.35% -
XYZ 6.11 8.21 6.73 -
YUV 75.85 123.57 113.13 -
System Red Green Blue C M Y K H S L
Decimal 55 88 68 0.38 0 0.23 0.65 143.64 0.23 0.28
Hex 37 58 44 26 0 17 41 90 17 1C
Octal 67 130 104 46 0 27 101 220 27 34
Binary 110111 1011000 1000100 100110 0 10111 1000001 10010000 10111 11100

Color Harmonies of #375844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375844

Black with #375844

Text Example


Text Example

White with #375844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375844; }

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

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

background-color css

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

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

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

border-color css

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

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

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