Html Css Color HEX #3A5341 Goblin

📋 copy color: '#3A5341'

red 58 ◦ green 83 ◦ blue 65

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

Shades of Goblin #3A5341

Tints of Goblin #3A5341

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.29%

 BLUE value IS 65 (25.78% from 255) = 31.55%

R = 28.16%
G = 40.29%
B = 31.55%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#3A5341 (or 0x3A5341) is known color: Goblin. HEX triplet: 3A, 53 and 41. RGB value is (58,83,65). Sum of RGB (Red+Green+Blue) = 58+83+65=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 83 - color contains mainly: green. Hex color #3A5341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5341 is #C5ACBE. Grayscale: #494949. Windows color (decimal): -12954815 or 4281146. OLE color: 4281146.

HSL color Cylindrical-coordinate representation of color #3A5341: hue angle of 136.8º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3A5341 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 58 83 65 -
CMYK 0.30 0 0.22 0.67
HSL 136.8º 0.18% 0.28% -
HSV(B) 136.8º 0.3% 0.33% -
XYZ 5.79 7.47 6.14 -
YUV 73.47 123.22 116.96 -
System Red Green Blue C M Y K H S L
Decimal 58 83 65 0.30 0 0.22 0.67 136.8 0.18 0.28
Hex 3A 53 41 1E 0 16 43 89 12 1C
Octal 72 123 101 36 0 26 103 211 22 34
Binary 111010 1010011 1000001 11110 0 10110 1000011 10001001 10010 11100

Color Harmonies of #3A5341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5341

Black with #3A5341

Text Example


Text Example

White with #3A5341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,83,65); }

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

background-color css

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

 a { background-color: rgb(58,83,65); }

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

border-color css

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

 span { border-color: rgb(58,83,65); }

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