Html Css Color HEX #3A6147 Goblin

📋 copy color: '#3A6147'

red 58 ◦ green 97 ◦ blue 71

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

Shades of Goblin #3A6147

Tints of Goblin #3A6147

RGB

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

 GREEN value IS 97 (38.28% from 255) = 42.92%

 BLUE value IS 71 (28.13% from 255) = 31.42%

R = 25.66%
G = 42.92%
B = 31.42%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#3A6147 (or 0x3A6147) is known color: Goblin. HEX triplet: 3A, 61 and 47. RGB value is (58,97,71). Sum of RGB (Red+Green+Blue) = 58+97+71=226 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.66% from 226); Green value is 97 (38.28% from 255 or 42.92% from 226); Blue value is 71 (28.12% from 255 or 31.42% from 226); Max value from RGB is 97 - color contains mainly: green. Hex color #3A6147 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6147 is #C59EB8. Grayscale: #525252. Windows color (decimal): -12951225 or 4677946. OLE color: 4677946.

HSL color Cylindrical-coordinate representation of color #3A6147: hue angle of 140º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A6147 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB 58 97 71 -
CMYK 0.40 0 0.27 0.62
HSL 140º 0.25% 0.3% -
HSV(B) 140º 0.4% 0.38% -
XYZ 7.16 9.9 7.5 -
YUV 82.38 121.58 110.61 -
System Red Green Blue C M Y K H S L
Decimal 58 97 71 0.40 0 0.27 0.62 140 0.25 0.3
Hex 3A 61 47 28 0 1B 3E 8C 19 1E
Octal 72 141 107 50 0 33 76 214 31 36
Binary 111010 1100001 1000111 101000 0 11011 111110 10001100 11001 11110

Color Harmonies of #3A6147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6147

Black with #3A6147

Text Example


Text Example

White with #3A6147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,97,71); }

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

background-color css

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

 a { background-color: rgb(58,97,71); }

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

border-color css

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

 span { border-color: rgb(58,97,71); }

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