Html Css Color HEX #376245 Goblin

📋 copy color: '#376245'

red 55 ◦ green 98 ◦ blue 69

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

Shades of Goblin #376245

Tints of Goblin #376245

RGB

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

 GREEN value IS 98 (38.67% from 255) = 44.14%

 BLUE value IS 69 (27.34% from 255) = 31.08%

R = 24.77%
G = 44.14%
B = 31.08%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#376245 (or 0x376245) is known color: Goblin. HEX triplet: 37, 62 and 45. RGB value is (55,98,69). Sum of RGB (Red+Green+Blue) = 55+98+69=222 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.77% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 98 - color contains mainly: green. Hex color #376245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376245 is #C89DBA. Grayscale: #515151. Windows color (decimal): -13147579 or 4547127. OLE color: 4547127.

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

Color convert

RGB 55 98 69 -
CMYK 0.44 0 0.30 0.62
HSL 139.53º 0.28% 0.3% -
HSV(B) 139.53º 0.44% 0.38% -
XYZ 7.02 9.98 7.19 -
YUV 81.84 120.75 108.86 -
System Red Green Blue C M Y K H S L
Decimal 55 98 69 0.44 0 0.30 0.62 139.53 0.28 0.3
Hex 37 62 45 2C 0 1E 3E 8C 1C 1E
Octal 67 142 105 54 0 36 76 214 34 36
Binary 110111 1100010 1000101 101100 0 11110 111110 10001100 11100 11110

Color Harmonies of #376245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376245

Black with #376245

Text Example


Text Example

White with #376245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376245; }

 p { color: rgb(55,98,69); }

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

background-color css

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

 a { background-color: rgb(55,98,69); }

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

border-color css

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

 span { border-color: rgb(55,98,69); }

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