Html Css Color HEX #385240 Goblin

📋 copy color: '#385240'

red 56 ◦ green 82 ◦ blue 64

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

Shades of Goblin #385240

Tints of Goblin #385240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 31.68%

R = 27.72%
G = 40.59%
B = 31.68%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#385240 (or 0x385240) is known color: Goblin. HEX triplet: 38, 52 and 40. RGB value is (56,82,64). Sum of RGB (Red+Green+Blue) = 56+82+64=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 82 - color contains mainly: green. Hex color #385240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385240 is #C7ADBF. Grayscale: #484848. Windows color (decimal): -13086144 or 4215352. OLE color: 4215352.

HSL color Cylindrical-coordinate representation of color #385240: hue angle of 138.46º 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 #385240 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 82 64 -
CMYK 0.32 0 0.22 0.68
HSL 138.46º 0.19% 0.27% -
HSV(B) 138.46º 0.32% 0.32% -
XYZ 5.57 7.25 5.96 -
YUV 72.17 123.39 116.46 -
System Red Green Blue C M Y K H S L
Decimal 56 82 64 0.32 0 0.22 0.68 138.46 0.19 0.27
Hex 38 52 40 20 0 16 44 8A 13 1B
Octal 70 122 100 40 0 26 104 212 23 33
Binary 111000 1010010 1000000 100000 0 10110 1000100 10001010 10011 11011

Color Harmonies of #385240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385240

Black with #385240

Text Example


Text Example

White with #385240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385240; }

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

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

background-color css

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

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

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

border-color css

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

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

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