Html Css Color HEX #3A6247 Goblin

📋 copy color: '#3A6247'

red 58 ◦ green 98 ◦ blue 71

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

Shades of Goblin #3A6247

Tints of Goblin #3A6247

RGB

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

 GREEN value IS 98 (38.67% from 255) = 43.17%

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

R = 25.55%
G = 43.17%
B = 31.28%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#3A6247 (or 0x3A6247) is known color: Goblin. HEX triplet: 3A, 62 and 47. RGB value is (58,98,71). Sum of RGB (Red+Green+Blue) = 58+98+71=227 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.55% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 71 (28.12% from 255 or 31.28% from 227); Max value from RGB is 98 - color contains mainly: green. Hex color #3A6247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6247 is #C59DB8. Grayscale: #535353. Windows color (decimal): -12950969 or 4678202. OLE color: 4678202.

HSL color Cylindrical-coordinate representation of color #3A6247: hue angle of 139.5º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3A6247 is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB 58 98 71 -
CMYK 0.41 0 0.28 0.62
HSL 139.5º 0.26% 0.31% -
HSV(B) 139.5º 0.41% 0.38% -
XYZ 7.25 10.09 7.53 -
YUV 82.96 121.25 110.2 -
System Red Green Blue C M Y K H S L
Decimal 58 98 71 0.41 0 0.28 0.62 139.5 0.26 0.31
Hex 3A 62 47 29 0 1C 3E 8C 1A 1F
Octal 72 142 107 51 0 34 76 214 32 37
Binary 111010 1100010 1000111 101001 0 11100 111110 10001100 11010 11111

Color Harmonies of #3A6247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6247

Black with #3A6247

Text Example


Text Example

White with #3A6247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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