Html Css Color HEX #375C42 Goblin

📋 copy color: '#375C42'

red 55 ◦ green 92 ◦ blue 66

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

Shades of Goblin #375C42

Tints of Goblin #375C42

RGB

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

 GREEN value IS 92 (36.33% from 255) = 43.19%

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

R = 25.82%
G = 43.19%
B = 30.99%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.28

 K value IS 0.64

RGB Variations

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

Color information

#375C42 (or 0x375C42) is known color: Goblin. HEX triplet: 37, 5C and 42. RGB value is (55,92,66). Sum of RGB (Red+Green+Blue) = 55+92+66=213 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.82% from 213); Green value is 92 (36.33% from 255 or 43.19% from 213); Blue value is 66 (26.17% from 255 or 30.99% from 213); Max value from RGB is 92 - color contains mainly: green. Hex color #375C42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375C42 is #C8A3BD. Grayscale: #4E4E4E. Windows color (decimal): -13149118 or 4348983. OLE color: 4348983.

HSL color Cylindrical-coordinate representation of color #375C42: hue angle of 137.84º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #375C42 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 92 66 -
CMYK 0.40 0 0.28 0.64
HSL 137.84º 0.25% 0.29% -
HSV(B) 137.84º 0.4% 0.36% -
XYZ 6.39 8.86 6.53 -
YUV 77.97 121.24 111.61 -
System Red Green Blue C M Y K H S L
Decimal 55 92 66 0.40 0 0.28 0.64 137.84 0.25 0.29
Hex 37 5C 42 28 0 1C 40 8A 19 1D
Octal 67 134 102 50 0 34 100 212 31 35
Binary 110111 1011100 1000010 101000 0 11100 1000000 10001010 11001 11101

Color Harmonies of #375C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375C42

Black with #375C42

Text Example


Text Example

White with #375C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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