Html Css Color HEX #375842 Goblin

📋 copy color: '#375842'

red 55 ◦ green 88 ◦ blue 66

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

Shades of Goblin #375842

Tints of Goblin #375842

RGB

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

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

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

R = 26.32%
G = 42.11%
B = 31.58%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#375842 (or 0x375842) is known color: Goblin. HEX triplet: 37, 58 and 42. RGB value is (55,88,66). Sum of RGB (Red+Green+Blue) = 55+88+66=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 88 (34.77% from 255 or 42.11% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 88 - color contains mainly: green. Hex color #375842 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375842 is #C8A7BD. Grayscale: #4B4B4B. Windows color (decimal): -13150142 or 4347959. OLE color: 4347959.

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

Color convert

RGB 55 88 66 -
CMYK 0.38 0 0.25 0.65
HSL 140º 0.23% 0.28% -
HSV(B) 140º 0.38% 0.35% -
XYZ 6.05 8.19 6.42 -
YUV 75.63 122.57 113.29 -
System Red Green Blue C M Y K H S L
Decimal 55 88 66 0.38 0 0.25 0.65 140 0.23 0.28
Hex 37 58 42 26 0 19 41 8C 17 1C
Octal 67 130 102 46 0 31 101 214 27 34
Binary 110111 1011000 1000010 100110 0 11001 1000001 10001100 10111 11100

Color Harmonies of #375842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375842

Black with #375842

Text Example


Text Example

White with #375842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375842; }

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

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

background-color css

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

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

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

border-color css

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

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

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