Html Css Color HEX #3A5841 Goblin

📋 copy color: '#3A5841'

red 58 ◦ green 88 ◦ blue 65

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

Shades of Goblin #3A5841

Tints of Goblin #3A5841

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.71%

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

R = 27.49%
G = 41.71%
B = 30.81%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#3A5841 (or 0x3A5841) is known color: Goblin. HEX triplet: 3A, 58 and 41. RGB value is (58,88,65). Sum of RGB (Red+Green+Blue) = 58+88+65=211 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.49% from 211); Green value is 88 (34.77% from 255 or 41.71% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 88 - color contains mainly: green. Hex color #3A5841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5841 is #C5A7BE. Grayscale: #4C4C4C. Windows color (decimal): -12953535 or 4282426. OLE color: 4282426.

HSL color Cylindrical-coordinate representation of color #3A5841: hue angle of 134º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3A5841 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB 58 88 65 -
CMYK 0.34 0 0.26 0.65
HSL 134º 0.21% 0.29% -
HSV(B) 134º 0.34% 0.35% -
XYZ 6.19 8.26 6.27 -
YUV 76.41 121.56 114.87 -
System Red Green Blue C M Y K H S L
Decimal 58 88 65 0.34 0 0.26 0.65 134 0.21 0.29
Hex 3A 58 41 22 0 1A 41 86 15 1D
Octal 72 130 101 42 0 32 101 206 25 35
Binary 111010 1011000 1000001 100010 0 11010 1000001 10000110 10101 11101

Color Harmonies of #3A5841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5841

Black with #3A5841

Text Example


Text Example

White with #3A5841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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