Html Css Color HEX #385541 Goblin

📋 copy color: '#385541'

red 56 ◦ green 85 ◦ blue 65

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

Shades of Goblin #385541

Tints of Goblin #385541

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.26%

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

R = 27.18%
G = 41.26%
B = 31.55%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#385541 (or 0x385541) is known color: Goblin. HEX triplet: 38, 55 and 41. RGB value is (56,85,65). Sum of RGB (Red+Green+Blue) = 56+85+65=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 85 - color contains mainly: green. Hex color #385541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385541 is #C7AABE. Grayscale: #4A4A4A. Windows color (decimal): -13085375 or 4281656. OLE color: 4281656.

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

Color convert

RGB 56 85 65 -
CMYK 0.34 0 0.24 0.67
HSL 138.62º 0.21% 0.28% -
HSV(B) 138.62º 0.34% 0.33% -
XYZ 5.83 7.72 6.18 -
YUV 74.05 122.89 115.13 -
System Red Green Blue C M Y K H S L
Decimal 56 85 65 0.34 0 0.24 0.67 138.62 0.21 0.28
Hex 38 55 41 22 0 18 43 8B 15 1C
Octal 70 125 101 42 0 30 103 213 25 34
Binary 111000 1010101 1000001 100010 0 11000 1000011 10001011 10101 11100

Color Harmonies of #385541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385541

Black with #385541

Text Example


Text Example

White with #385541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385541; }

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

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

background-color css

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

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

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

border-color css

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

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

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