Html Css Color HEX #385040 Goblin

📋 copy color: '#385040'

red 56 ◦ green 80 ◦ blue 64

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

Shades of Goblin #385040

Tints of Goblin #385040

RGB

 RED value IS 56 (22.27% from 255) = 28%

 GREEN value IS 80 (31.64% from 255) = 40%

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

R = 28%
G = 40%
B = 32%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#385040 (or 0x385040) is known color: Goblin. HEX triplet: 38, 50 and 40. RGB value is (56,80,64). Sum of RGB (Red+Green+Blue) = 56+80+64=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 80 - color contains mainly: green. Hex color #385040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385040 is #C7AFBF. Grayscale: #474747. Windows color (decimal): -13086656 or 4214840. OLE color: 4214840.

HSL color Cylindrical-coordinate representation of color #385040: hue angle of 140º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #385040 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 80 64 -
CMYK 0.30 0 0.20 0.69
HSL 140º 0.18% 0.27% -
HSV(B) 140º 0.3% 0.31% -
XYZ 5.42 6.95 5.91 -
YUV 71 124.05 117.3 -
System Red Green Blue C M Y K H S L
Decimal 56 80 64 0.30 0 0.20 0.69 140 0.18 0.27
Hex 38 50 40 1E 0 14 45 8C 12 1B
Octal 70 120 100 36 0 24 105 214 22 33
Binary 111000 1010000 1000000 11110 0 10100 1000101 10001100 10010 11011

Color Harmonies of #385040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385040

Black with #385040

Text Example


Text Example

White with #385040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385040; }

 p { color: rgb(56,80,64); }

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

background-color css

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

 a { background-color: rgb(56,80,64); }

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

border-color css

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

 span { border-color: rgb(56,80,64); }

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