Html Css Color HEX #385143 Goblin

📋 copy color: '#385143'

red 56 ◦ green 81 ◦ blue 67

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

Shades of Goblin #385143

Tints of Goblin #385143

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.71%

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

R = 27.45%
G = 39.71%
B = 32.84%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#385143 (or 0x385143) is known color: Goblin. HEX triplet: 38, 51 and 43. RGB value is (56,81,67). Sum of RGB (Red+Green+Blue) = 56+81+67=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 67 (26.56% from 255 or 32.84% from 204); Max value from RGB is 81 - color contains mainly: green. Hex color #385143 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385143 is #C7AEBC. Grayscale: #474747. Windows color (decimal): -13086397 or 4411704. OLE color: 4411704.

HSL color Cylindrical-coordinate representation of color #385143: hue angle of 146.4º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #385143 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 81 67 -
CMYK 0.31 0 0.17 0.68
HSL 146.4º 0.18% 0.27% -
HSV(B) 146.4º 0.31% 0.32% -
XYZ 5.59 7.13 6.39 -
YUV 71.93 125.22 116.64 -
System Red Green Blue C M Y K H S L
Decimal 56 81 67 0.31 0 0.17 0.68 146.4 0.18 0.27
Hex 38 51 43 1F 0 11 44 92 12 1B
Octal 70 121 103 37 0 21 104 222 22 33
Binary 111000 1010001 1000011 11111 0 10001 1000100 10010010 10010 11011

Color Harmonies of #385143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385143

Black with #385143

Text Example


Text Example

White with #385143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385143; }

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

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

background-color css

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

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

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

border-color css

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

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

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