Html Css Color HEX #375841 Goblin

📋 copy color: '#375841'

red 55 ◦ green 88 ◦ blue 65

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

Shades of Goblin #375841

Tints of Goblin #375841

RGB

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

 GREEN value IS 88 (34.77% from 255) = 42.31%

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

R = 26.44%
G = 42.31%
B = 31.25%

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

#375841 (or 0x375841) is known color: Goblin. HEX triplet: 37, 58 and 41. RGB value is (55,88,65). Sum of RGB (Red+Green+Blue) = 55+88+65=208 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.44% from 208); Green value is 88 (34.77% from 255 or 42.31% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 88 - color contains mainly: green. Hex color #375841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375841 is #C8A7BE. Grayscale: #4B4B4B. Windows color (decimal): -13150143 or 4282423. OLE color: 4282423.

HSL color Cylindrical-coordinate representation of color #375841: hue angle of 138.18º degrees, saturation: 0.23, 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 #375841 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 88 65 -
CMYK 0.38 0 0.26 0.65
HSL 138.18º 0.23% 0.28% -
HSV(B) 138.18º 0.38% 0.35% -
XYZ 6.02 8.17 6.26 -
YUV 75.51 122.07 113.37 -
System Red Green Blue C M Y K H S L
Decimal 55 88 65 0.38 0 0.26 0.65 138.18 0.23 0.28
Hex 37 58 41 26 0 1A 41 8A 17 1C
Octal 67 130 101 46 0 32 101 212 27 34
Binary 110111 1011000 1000001 100110 0 11010 1000001 10001010 10111 11100

Color Harmonies of #375841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375841

Black with #375841

Text Example


Text Example

White with #375841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375841; }

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

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

background-color css

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

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

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

border-color css

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

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

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