Html Css Color HEX #3A5640 Goblin

📋 copy color: '#3A5640'

red 58 ◦ green 86 ◦ blue 64

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

Shades of Goblin #3A5640

Tints of Goblin #3A5640

RGB

 RED value IS 58 (23.05% from 255) = 27.88%

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

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

R = 27.88%
G = 41.35%
B = 30.77%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#3A5640 (or 0x3A5640) is known color: Goblin. HEX triplet: 3A, 56 and 40. RGB value is (58,86,64). Sum of RGB (Red+Green+Blue) = 58+86+64=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 86 (33.98% from 255 or 41.35% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 86 - color contains mainly: green. Hex color #3A5640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5640 is #C5A9BF. Grayscale: #4B4B4B. Windows color (decimal): -12954048 or 4216378. OLE color: 4216378.

HSL color Cylindrical-coordinate representation of color #3A5640: hue angle of 132.86º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3A5640 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB 58 86 64 -
CMYK 0.33 0 0.26 0.66
HSL 132.86º 0.19% 0.28% -
HSV(B) 132.86º 0.33% 0.34% -
XYZ 6 7.93 6.06 -
YUV 75.12 121.72 115.79 -
System Red Green Blue C M Y K H S L
Decimal 58 86 64 0.33 0 0.26 0.66 132.86 0.19 0.28
Hex 3A 56 40 21 0 1A 42 85 13 1C
Octal 72 126 100 41 0 32 102 205 23 34
Binary 111010 1010110 1000000 100001 0 11010 1000010 10000101 10011 11100

Color Harmonies of #3A5640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5640

Black with #3A5640

Text Example


Text Example

White with #3A5640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A5640; }

 p { color: rgb(58,86,64); }

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

background-color css

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

 a { background-color: rgb(58,86,64); }

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

border-color css

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

 span { border-color: rgb(58,86,64); }

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