Html Css Color HEX #376044 Goblin

📋 copy color: '#376044'

red 55 ◦ green 96 ◦ blue 68

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

Shades of Goblin #376044

Tints of Goblin #376044

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.84%

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

R = 25.11%
G = 43.84%
B = 31.05%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#376044 (or 0x376044) is known color: Goblin. HEX triplet: 37, 60 and 44. RGB value is (55,96,68). Sum of RGB (Red+Green+Blue) = 55+96+68=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 68 (26.95% from 255 or 31.05% from 219); Max value from RGB is 96 - color contains mainly: green. Hex color #376044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376044 is #C89FBB. Grayscale: #505050. Windows color (decimal): -13148092 or 4481079. OLE color: 4481079.

HSL color Cylindrical-coordinate representation of color #376044: hue angle of 139.02º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #376044 is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 96 68 -
CMYK 0.43 0 0.29 0.62
HSL 139.02º 0.27% 0.3% -
HSV(B) 139.02º 0.43% 0.38% -
XYZ 6.8 9.6 6.96 -
YUV 80.55 120.92 109.78 -
System Red Green Blue C M Y K H S L
Decimal 55 96 68 0.43 0 0.29 0.62 139.02 0.27 0.3
Hex 37 60 44 2B 0 1D 3E 8B 1B 1E
Octal 67 140 104 53 0 35 76 213 33 36
Binary 110111 1100000 1000100 101011 0 11101 111110 10001011 11011 11110

Color Harmonies of #376044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376044

Black with #376044

Text Example


Text Example

White with #376044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376044; }

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

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

background-color css

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

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

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

border-color css

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

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

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