Html Css Color HEX #375942 Goblin

📋 copy color: '#375942'

red 55 ◦ green 89 ◦ blue 66

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

Shades of Goblin #375942

Tints of Goblin #375942

RGB

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

 GREEN value IS 89 (35.16% from 255) = 42.38%

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

R = 26.19%
G = 42.38%
B = 31.43%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#375942 (or 0x375942) is known color: Goblin. HEX triplet: 37, 59 and 42. RGB value is (55,89,66). Sum of RGB (Red+Green+Blue) = 55+89+66=210 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.19% from 210); Green value is 89 (35.16% from 255 or 42.38% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 89 - color contains mainly: green. Hex color #375942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375942 is #C8A6BD. Grayscale: #4C4C4C. Windows color (decimal): -13149886 or 4348215. OLE color: 4348215.

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

Color convert

RGB 55 89 66 -
CMYK 0.38 0 0.26 0.65
HSL 139.41º 0.24% 0.28% -
HSV(B) 139.41º 0.38% 0.35% -
XYZ 6.13 8.35 6.44 -
YUV 76.21 122.24 112.87 -
System Red Green Blue C M Y K H S L
Decimal 55 89 66 0.38 0 0.26 0.65 139.41 0.24 0.28
Hex 37 59 42 26 0 1A 41 8B 18 1C
Octal 67 131 102 46 0 32 101 213 30 34
Binary 110111 1011001 1000010 100110 0 11010 1000001 10001011 11000 11100

Color Harmonies of #375942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375942

Black with #375942

Text Example


Text Example

White with #375942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375942; }

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

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

background-color css

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

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

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

border-color css

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

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

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