Html Css Color HEX #375142 Goblin

📋 copy color: '#375142'

red 55 ◦ green 81 ◦ blue 66

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

Shades of Goblin #375142

Tints of Goblin #375142

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.1%

 BLUE value IS 66 (26.17% from 255) = 32.67%

R = 27.23%
G = 40.1%
B = 32.67%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.19

 K value IS 0.68

RGB Variations

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

Color information

#375142 (or 0x375142) is known color: Goblin. HEX triplet: 37, 51 and 42. RGB value is (55,81,66). Sum of RGB (Red+Green+Blue) = 55+81+66=202 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.23% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 81 - color contains mainly: green. Hex color #375142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375142 is #C8AEBD. Grayscale: #474747. Windows color (decimal): -13151934 or 4346167. OLE color: 4346167.

HSL color Cylindrical-coordinate representation of color #375142: hue angle of 145.38º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #375142 is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 81 66 -
CMYK 0.32 0 0.19 0.68
HSL 145.38º 0.19% 0.27% -
HSV(B) 145.38º 0.32% 0.32% -
XYZ 5.5 7.09 6.23 -
YUV 71.52 124.89 116.22 -
System Red Green Blue C M Y K H S L
Decimal 55 81 66 0.32 0 0.19 0.68 145.38 0.19 0.27
Hex 37 51 42 20 0 13 44 91 13 1B
Octal 67 121 102 40 0 23 104 221 23 33
Binary 110111 1010001 1000010 100000 0 10011 1000100 10010001 10011 11011

Color Harmonies of #375142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375142

Black with #375142

Text Example


Text Example

White with #375142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375142; }

 p { color: rgb(55,81,66); }

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

background-color css

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

 a { background-color: rgb(55,81,66); }

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

border-color css

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

 span { border-color: rgb(55,81,66); }

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