Html Css Color HEX #375440 Goblin

📋 copy color: '#375440'

red 55 ◦ green 84 ◦ blue 64

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

Shades of Goblin #375440

Tints of Goblin #375440

RGB

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

 GREEN value IS 84 (33.2% from 255) = 41.38%

 BLUE value IS 64 (25.39% from 255) = 31.53%

R = 27.09%
G = 41.38%
B = 31.53%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#375440 (or 0x375440) is known color: Goblin. HEX triplet: 37, 54 and 40. RGB value is (55,84,64). Sum of RGB (Red+Green+Blue) = 55+84+64=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 84 - color contains mainly: green. Hex color #375440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375440 is #C8ABBF. Grayscale: #494949. Windows color (decimal): -13151168 or 4215863. OLE color: 4215863.

HSL color Cylindrical-coordinate representation of color #375440: hue angle of 138.62º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #375440 is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 84 64 -
CMYK 0.35 0 0.24 0.67
HSL 138.62º 0.21% 0.27% -
HSV(B) 138.62º 0.35% 0.33% -
XYZ 5.67 7.52 6 -
YUV 73.05 122.89 115.13 -
System Red Green Blue C M Y K H S L
Decimal 55 84 64 0.35 0 0.24 0.67 138.62 0.21 0.27
Hex 37 54 40 23 0 18 43 8B 15 1B
Octal 67 124 100 43 0 30 103 213 25 33
Binary 110111 1010100 1000000 100011 0 11000 1000011 10001011 10101 11011

Color Harmonies of #375440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375440

Black with #375440

Text Example


Text Example

White with #375440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375440; }

 p { color: rgb(55,84,64); }

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

background-color css

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

 a { background-color: rgb(55,84,64); }

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

border-color css

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

 span { border-color: rgb(55,84,64); }

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