Html Css Color HEX #3B473F Goblin

📋 copy color: '#3B473F'

red 59 ◦ green 71 ◦ blue 63

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

Shades of Goblin #3B473F

Tints of Goblin #3B473F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.79%

 BLUE value IS 63 (25% from 255) = 32.64%

R = 30.57%
G = 36.79%
B = 32.64%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#3B473F (or 0x3B473F) is known color: Goblin. HEX triplet: 3B, 47 and 3F. RGB value is (59,71,63). Sum of RGB (Red+Green+Blue) = 59+71+63=193 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.57% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 71 - color contains mainly: green. Hex color #3B473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B473F is #C4B8C0. Grayscale: #424242. Windows color (decimal): -12892353 or 4147003. OLE color: 4147003.

HSL color Cylindrical-coordinate representation of color #3B473F: hue angle of 140º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3B473F is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 59 71 63 -
CMYK 0.17 0 0.11 0.72
HSL 140º 0.09% 0.25% -
HSV(B) 140º 0.17% 0.28% -
XYZ 4.95 5.8 5.56 -
YUV 66.5 126.02 122.65 -
System Red Green Blue C M Y K H S L
Decimal 59 71 63 0.17 0 0.11 0.72 140 0.09 0.25
Hex 3B 47 3F 11 0 B 48 8C 9 19
Octal 73 107 77 21 0 13 110 214 11 31
Binary 111011 1000111 111111 10001 0 1011 1001000 10001100 1001 11001

Color Harmonies of #3B473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B473F

Black with #3B473F

Text Example


Text Example

White with #3B473F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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