Html Css Color HEX #3A5541 Goblin

📋 copy color: '#3A5541'

red 58 ◦ green 85 ◦ blue 65

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

Shades of Goblin #3A5541

Tints of Goblin #3A5541

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.87%

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

R = 27.88%
G = 40.87%
B = 31.25%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#3A5541 (or 0x3A5541) is known color: Goblin. HEX triplet: 3A, 55 and 41. RGB value is (58,85,65). Sum of RGB (Red+Green+Blue) = 58+85+65=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 85 - color contains mainly: green. Hex color #3A5541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5541 is #C5AABE. Grayscale: #4A4A4A. Windows color (decimal): -12954303 or 4281658. OLE color: 4281658.

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

Color convert

RGB 58 85 65 -
CMYK 0.32 0 0.24 0.67
HSL 135.56º 0.19% 0.28% -
HSV(B) 135.56º 0.32% 0.33% -
XYZ 5.95 7.78 6.19 -
YUV 74.65 122.55 116.13 -
System Red Green Blue C M Y K H S L
Decimal 58 85 65 0.32 0 0.24 0.67 135.56 0.19 0.28
Hex 3A 55 41 20 0 18 43 88 13 1C
Octal 72 125 101 40 0 30 103 210 23 34
Binary 111010 1010101 1000001 100000 0 11000 1000011 10001000 10011 11100

Color Harmonies of #3A5541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5541

Black with #3A5541

Text Example


Text Example

White with #3A5541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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