Html Css Color HEX #3B6247 Goblin

📋 copy color: '#3B6247'

red 59 ◦ green 98 ◦ blue 71

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

Shades of Goblin #3B6247

Tints of Goblin #3B6247

RGB

 RED value IS 59 (23.44% from 255) = 25.88%

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

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

R = 25.88%
G = 42.98%
B = 31.14%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#3B6247 (or 0x3B6247) is known color: Goblin. HEX triplet: 3B, 62 and 47. RGB value is (59,98,71). Sum of RGB (Red+Green+Blue) = 59+98+71=228 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.88% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 71 (28.12% from 255 or 31.14% from 228); Max value from RGB is 98 - color contains mainly: green. Hex color #3B6247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6247 is #C49DB8. Grayscale: #535353. Windows color (decimal): -12885433 or 4678203. OLE color: 4678203.

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

Color convert

RGB 59 98 71 -
CMYK 0.40 0 0.28 0.62
HSL 138.46º 0.25% 0.31% -
HSV(B) 138.46º 0.4% 0.38% -
XYZ 7.31 10.12 7.53 -
YUV 83.26 121.08 110.7 -
System Red Green Blue C M Y K H S L
Decimal 59 98 71 0.40 0 0.28 0.62 138.46 0.25 0.31
Hex 3B 62 47 28 0 1C 3E 8A 19 1F
Octal 73 142 107 50 0 34 76 212 31 37
Binary 111011 1100010 1000111 101000 0 11100 111110 10001010 11001 11111

Color Harmonies of #3B6247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6247

Black with #3B6247

Text Example


Text Example

White with #3B6247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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