Html Css Color HEX #375B41 Goblin

📋 copy color: '#375B41'

red 55 ◦ green 91 ◦ blue 65

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

Shades of Goblin #375B41

Tints of Goblin #375B41

RGB

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

 GREEN value IS 91 (35.94% from 255) = 43.13%

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

R = 26.07%
G = 43.13%
B = 30.81%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.29

 K value IS 0.64

RGB Variations

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

Color information

#375B41 (or 0x375B41) is known color: Goblin. HEX triplet: 37, 5B and 41. RGB value is (55,91,65). Sum of RGB (Red+Green+Blue) = 55+91+65=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 91 (35.94% from 255 or 43.13% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 91 - color contains mainly: green. Hex color #375B41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375B41 is #C8A4BE. Grayscale: #4D4D4D. Windows color (decimal): -13149375 or 4283191. OLE color: 4283191.

HSL color Cylindrical-coordinate representation of color #375B41: hue angle of 136.67º 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 #375B41 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 91 65 -
CMYK 0.40 0 0.29 0.64
HSL 136.67º 0.25% 0.29% -
HSV(B) 136.67º 0.4% 0.36% -
XYZ 6.27 8.68 6.35 -
YUV 77.27 121.07 112.11 -
System Red Green Blue C M Y K H S L
Decimal 55 91 65 0.40 0 0.29 0.64 136.67 0.25 0.29
Hex 37 5B 41 28 0 1D 40 89 19 1D
Octal 67 133 101 50 0 35 100 211 31 35
Binary 110111 1011011 1000001 101000 0 11101 1000000 10001001 11001 11101

Color Harmonies of #375B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375B41

Black with #375B41

Text Example


Text Example

White with #375B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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