Html Css Color HEX #3F5546 Goblin

📋 copy color: '#3F5546'

red 63 ◦ green 85 ◦ blue 70

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

Shades of Goblin #3F5546

Tints of Goblin #3F5546

RGB

 RED value IS 63 (25% from 255) = 28.9%

 GREEN value IS 85 (33.59% from 255) = 38.99%

 BLUE value IS 70 (27.73% from 255) = 32.11%

R = 28.9%
G = 38.99%
B = 32.11%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#3F5546 (or 0x3F5546) is known color: Goblin. HEX triplet: 3F, 55 and 46. RGB value is (63,85,70). Sum of RGB (Red+Green+Blue) = 63+85+70=218 (28% of max value = 765). Red value is 63 (25% from 255 or 28.90% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 85 - color contains mainly: green. Hex color #3F5546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5546 is #C0AAB9. Grayscale: #4C4C4C. Windows color (decimal): -12626618 or 4609343. OLE color: 4609343.

HSL color Cylindrical-coordinate representation of color #3F5546: hue angle of 139.09º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3F5546 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB 63 85 70 -
CMYK 0.26 0 0.18 0.67
HSL 139.09º 0.15% 0.29% -
HSV(B) 139.09º 0.26% 0.33% -
XYZ 6.4 8 7 -
YUV 76.71 124.21 118.22 -
System Red Green Blue C M Y K H S L
Decimal 63 85 70 0.26 0 0.18 0.67 139.09 0.15 0.29
Hex 3F 55 46 1A 0 12 43 8B F 1D
Octal 77 125 106 32 0 22 103 213 17 35
Binary 111111 1010101 1000110 11010 0 10010 1000011 10001011 1111 11101

Color Harmonies of #3F5546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5546

Black with #3F5546

Text Example


Text Example

White with #3F5546

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,85,70); }

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

background-color css

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

 a { background-color: rgb(63,85,70); }

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

border-color css

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

 span { border-color: rgb(63,85,70); }

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