Html Css Color HEX #385243 Goblin

📋 copy color: '#385243'

red 56 ◦ green 82 ◦ blue 67

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

Shades of Goblin #385243

Tints of Goblin #385243

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40%

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

R = 27.32%
G = 40%
B = 32.68%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.18

 K value IS 0.68

RGB Variations

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

Color information

#385243 (or 0x385243) is known color: Goblin. HEX triplet: 38, 52 and 43. RGB value is (56,82,67). Sum of RGB (Red+Green+Blue) = 56+82+67=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 67 (26.56% from 255 or 32.68% from 205); Max value from RGB is 82 - color contains mainly: green. Hex color #385243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385243 is #C7ADBC. Grayscale: #484848. Windows color (decimal): -13086141 or 4411960. OLE color: 4411960.

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

Color convert

RGB 56 82 67 -
CMYK 0.32 0 0.18 0.68
HSL 145.38º 0.19% 0.27% -
HSV(B) 145.38º 0.32% 0.32% -
XYZ 5.66 7.28 6.42 -
YUV 72.52 124.89 116.22 -
System Red Green Blue C M Y K H S L
Decimal 56 82 67 0.32 0 0.18 0.68 145.38 0.19 0.27
Hex 38 52 43 20 0 12 44 91 13 1B
Octal 70 122 103 40 0 22 104 221 23 33
Binary 111000 1010010 1000011 100000 0 10010 1000100 10010001 10011 11011

Color Harmonies of #385243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385243

Black with #385243

Text Example


Text Example

White with #385243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385243; }

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

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

background-color css

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

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

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

border-color css

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

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

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