Html Css Color HEX #3B6147 Goblin

📋 copy color: '#3B6147'

red 59 ◦ green 97 ◦ blue 71

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

Shades of Goblin #3B6147

Tints of Goblin #3B6147

RGB

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

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

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

R = 25.99%
G = 42.73%
B = 31.28%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#3B6147 (or 0x3B6147) is known color: Goblin. HEX triplet: 3B, 61 and 47. RGB value is (59,97,71). Sum of RGB (Red+Green+Blue) = 59+97+71=227 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.99% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 71 (28.12% from 255 or 31.28% from 227); Max value from RGB is 97 - color contains mainly: green. Hex color #3B6147 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6147 is #C49EB8. Grayscale: #525252. Windows color (decimal): -12885689 or 4677947. OLE color: 4677947.

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

Color convert

RGB 59 97 71 -
CMYK 0.39 0 0.27 0.62
HSL 138.95º 0.24% 0.31% -
HSV(B) 138.95º 0.39% 0.38% -
XYZ 7.22 9.93 7.5 -
YUV 82.67 121.41 111.11 -
System Red Green Blue C M Y K H S L
Decimal 59 97 71 0.39 0 0.27 0.62 138.95 0.24 0.31
Hex 3B 61 47 27 0 1B 3E 8B 18 1F
Octal 73 141 107 47 0 33 76 213 30 37
Binary 111011 1100001 1000111 100111 0 11011 111110 10001011 11000 11111

Color Harmonies of #3B6147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6147

Black with #3B6147

Text Example


Text Example

White with #3B6147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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