Html Css Color HEX #375442 Goblin

📋 copy color: '#375442'

red 55 ◦ green 84 ◦ blue 66

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

Shades of Goblin #375442

Tints of Goblin #375442

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.98%

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

R = 26.83%
G = 40.98%
B = 32.2%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#375442 (or 0x375442) is known color: Goblin. HEX triplet: 37, 54 and 42. RGB value is (55,84,66). Sum of RGB (Red+Green+Blue) = 55+84+66=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 66 (26.17% from 255 or 32.20% from 205); Max value from RGB is 84 - color contains mainly: green. Hex color #375442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375442 is #C8ABBD. Grayscale: #494949. Windows color (decimal): -13151166 or 4346935. OLE color: 4346935.

HSL color Cylindrical-coordinate representation of color #375442: hue angle of 142.76º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #375442 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 84 66 -
CMYK 0.35 0 0.21 0.67
HSL 142.76º 0.21% 0.27% -
HSV(B) 142.76º 0.35% 0.33% -
XYZ 5.73 7.55 6.31 -
YUV 73.28 123.89 114.96 -
System Red Green Blue C M Y K H S L
Decimal 55 84 66 0.35 0 0.21 0.67 142.76 0.21 0.27
Hex 37 54 42 23 0 15 43 8F 15 1B
Octal 67 124 102 43 0 25 103 217 25 33
Binary 110111 1010100 1000010 100011 0 10101 1000011 10001111 10101 11011

Color Harmonies of #375442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375442

Black with #375442

Text Example


Text Example

White with #375442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375442; }

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

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

background-color css

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

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

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

border-color css

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

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

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