Html Css Color HEX #375A42 Goblin

📋 copy color: '#375A42'

red 55 ◦ green 90 ◦ blue 66

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

Shades of Goblin #375A42

Tints of Goblin #375A42

RGB

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

 GREEN value IS 90 (35.55% from 255) = 42.65%

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

R = 26.07%
G = 42.65%
B = 31.28%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#375A42 (or 0x375A42) is known color: Goblin. HEX triplet: 37, 5A and 42. RGB value is (55,90,66). Sum of RGB (Red+Green+Blue) = 55+90+66=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 90 (35.55% from 255 or 42.65% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 90 - color contains mainly: green. Hex color #375A42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375A42 is #C8A5BD. Grayscale: #4C4C4C. Windows color (decimal): -13149630 or 4348471. OLE color: 4348471.

HSL color Cylindrical-coordinate representation of color #375A42: hue angle of 138.86º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #375A42 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 90 66 -
CMYK 0.39 0 0.27 0.65
HSL 138.86º 0.24% 0.28% -
HSV(B) 138.86º 0.39% 0.35% -
XYZ 6.22 8.52 6.47 -
YUV 76.8 121.9 112.45 -
System Red Green Blue C M Y K H S L
Decimal 55 90 66 0.39 0 0.27 0.65 138.86 0.24 0.28
Hex 37 5A 42 27 0 1B 41 8B 18 1C
Octal 67 132 102 47 0 33 101 213 30 34
Binary 110111 1011010 1000010 100111 0 11011 1000001 10001011 11000 11100

Color Harmonies of #375A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375A42

Black with #375A42

Text Example


Text Example

White with #375A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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