Html Css Color HEX #385041 Goblin

📋 copy color: '#385041'

red 56 ◦ green 80 ◦ blue 65

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

Shades of Goblin #385041

Tints of Goblin #385041

RGB

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

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

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

R = 27.86%
G = 39.8%
B = 32.34%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#385041 (or 0x385041) is known color: Goblin. HEX triplet: 38, 50 and 41. RGB value is (56,80,65). Sum of RGB (Red+Green+Blue) = 56+80+65=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 80 - color contains mainly: green. Hex color #385041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385041 is #C7AFBE. Grayscale: #474747. Windows color (decimal): -13086655 or 4280376. OLE color: 4280376.

HSL color Cylindrical-coordinate representation of color #385041: hue angle of 142.5º 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 #385041 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 80 65 -
CMYK 0.30 0 0.19 0.69
HSL 142.5º 0.18% 0.27% -
HSV(B) 142.5º 0.3% 0.31% -
XYZ 5.45 6.96 6.06 -
YUV 71.11 124.55 117.22 -
System Red Green Blue C M Y K H S L
Decimal 56 80 65 0.30 0 0.19 0.69 142.5 0.18 0.27
Hex 38 50 41 1E 0 13 45 8E 12 1B
Octal 70 120 101 36 0 23 105 216 22 33
Binary 111000 1010000 1000001 11110 0 10011 1000101 10001110 10010 11011

Color Harmonies of #385041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385041

Black with #385041

Text Example


Text Example

White with #385041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385041; }

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

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

background-color css

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

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

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

border-color css

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

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

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