Html Css Color HEX #385544 Goblin

📋 copy color: '#385544'

red 56 ◦ green 85 ◦ blue 68

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

Shades of Goblin #385544

Tints of Goblin #385544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 32.54%

R = 26.79%
G = 40.67%
B = 32.54%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#385544 (or 0x385544) is known color: Goblin. HEX triplet: 38, 55 and 44. RGB value is (56,85,68). Sum of RGB (Red+Green+Blue) = 56+85+68=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 85 - color contains mainly: green. Hex color #385544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385544 is #C7AABB. Grayscale: #4A4A4A. Windows color (decimal): -13085372 or 4478264. OLE color: 4478264.

HSL color Cylindrical-coordinate representation of color #385544: hue angle of 144.83º 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 #385544 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 85 68 -
CMYK 0.34 0 0.20 0.67
HSL 144.83º 0.21% 0.28% -
HSV(B) 144.83º 0.34% 0.33% -
XYZ 5.92 7.76 6.65 -
YUV 74.39 124.39 114.88 -
System Red Green Blue C M Y K H S L
Decimal 56 85 68 0.34 0 0.20 0.67 144.83 0.21 0.28
Hex 38 55 44 22 0 14 43 91 15 1C
Octal 70 125 104 42 0 24 103 221 25 34
Binary 111000 1010101 1000100 100010 0 10100 1000011 10010001 10101 11100

Color Harmonies of #385544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385544

Black with #385544

Text Example


Text Example

White with #385544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385544; }

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

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

background-color css

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

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

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

border-color css

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

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

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