Html Css Color HEX #385643 Goblin

📋 copy color: '#385643'

red 56 ◦ green 86 ◦ blue 67

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

Shades of Goblin #385643

Tints of Goblin #385643

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.15%

 BLUE value IS 67 (26.56% from 255) = 32.06%

R = 26.79%
G = 41.15%
B = 32.06%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.22

 K value IS 0.66

RGB Variations

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

Color information

#385643 (or 0x385643) is known color: Goblin. HEX triplet: 38, 56 and 43. RGB value is (56,86,67). Sum of RGB (Red+Green+Blue) = 56+86+67=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 86 (33.98% from 255 or 41.15% from 209); Blue value is 67 (26.56% from 255 or 32.06% from 209); Max value from RGB is 86 - color contains mainly: green. Hex color #385643 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385643 is #C7A9BC. Grayscale: #4A4A4A. Windows color (decimal): -13085117 or 4412984. OLE color: 4412984.

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

Color convert

RGB 56 86 67 -
CMYK 0.35 0 0.22 0.66
HSL 142º 0.21% 0.28% -
HSV(B) 142º 0.35% 0.34% -
XYZ 5.97 7.9 6.52 -
YUV 74.86 123.56 114.54 -
System Red Green Blue C M Y K H S L
Decimal 56 86 67 0.35 0 0.22 0.66 142 0.21 0.28
Hex 38 56 43 23 0 16 42 8E 15 1C
Octal 70 126 103 43 0 26 102 216 25 34
Binary 111000 1010110 1000011 100011 0 10110 1000010 10001110 10101 11100

Color Harmonies of #385643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385643

Black with #385643

Text Example


Text Example

White with #385643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385643; }

 p { color: rgb(56,86,67); }

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

background-color css

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

 a { background-color: rgb(56,86,67); }

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

border-color css

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

 span { border-color: rgb(56,86,67); }

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