Html Css Color HEX #375D41 Goblin

📋 copy color: '#375D41'

red 55 ◦ green 93 ◦ blue 65

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

Shades of Goblin #375D41

Tints of Goblin #375D41

RGB

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

 GREEN value IS 93 (36.72% from 255) = 43.66%

 BLUE value IS 65 (25.78% from 255) = 30.52%

R = 25.82%
G = 43.66%
B = 30.52%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#375D41 (or 0x375D41) is known color: Goblin. HEX triplet: 37, 5D and 41. RGB value is (55,93,65). Sum of RGB (Red+Green+Blue) = 55+93+65=213 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.82% from 213); Green value is 93 (36.72% from 255 or 43.66% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 93 - color contains mainly: green. Hex color #375D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375D41 is #C8A2BE. Grayscale: #4E4E4E. Windows color (decimal): -13148863 or 4283703. OLE color: 4283703.

HSL color Cylindrical-coordinate representation of color #375D41: hue angle of 135.79º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #375D41 is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 93 65 -
CMYK 0.41 0 0.30 0.64
HSL 135.79º 0.26% 0.29% -
HSV(B) 135.79º 0.41% 0.36% -
XYZ 6.44 9.02 6.4 -
YUV 78.45 120.41 111.28 -
System Red Green Blue C M Y K H S L
Decimal 55 93 65 0.41 0 0.30 0.64 135.79 0.26 0.29
Hex 37 5D 41 29 0 1E 40 88 1A 1D
Octal 67 135 101 51 0 36 100 210 32 35
Binary 110111 1011101 1000001 101001 0 11110 1000000 10001000 11010 11101

Color Harmonies of #375D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375D41

Black with #375D41

Text Example


Text Example

White with #375D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,93,65); }

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

background-color css

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

 a { background-color: rgb(55,93,65); }

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

border-color css

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

 span { border-color: rgb(55,93,65); }

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