Html Css Color HEX #3F5443 Goblin

📋 copy color: '#3F5443'

red 63 ◦ green 84 ◦ blue 67

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

Shades of Goblin #3F5443

Tints of Goblin #3F5443

RGB

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

 GREEN value IS 84 (33.2% from 255) = 39.25%

 BLUE value IS 67 (26.56% from 255) = 31.31%

R = 29.44%
G = 39.25%
B = 31.31%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#3F5443 (or 0x3F5443) is known color: Goblin. HEX triplet: 3F, 54 and 43. RGB value is (63,84,67). Sum of RGB (Red+Green+Blue) = 63+84+67=214 (28% of max value = 765). Red value is 63 (25% from 255 or 29.44% from 214); Green value is 84 (33.20% from 255 or 39.25% from 214); Blue value is 67 (26.56% from 255 or 31.31% from 214); Max value from RGB is 84 - color contains mainly: green. Hex color #3F5443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5443 is #C0ABBC. Grayscale: #4B4B4B. Windows color (decimal): -12626877 or 4412479. OLE color: 4412479.

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

Color convert

RGB 63 84 67 -
CMYK 0.25 0 0.20 0.67
HSL 131.43º 0.14% 0.29% -
HSV(B) 131.43º 0.25% 0.33% -
XYZ 6.23 7.8 6.49 -
YUV 75.78 123.04 118.88 -
System Red Green Blue C M Y K H S L
Decimal 63 84 67 0.25 0 0.20 0.67 131.43 0.14 0.29
Hex 3F 54 43 19 0 14 43 83 E 1D
Octal 77 124 103 31 0 24 103 203 16 35
Binary 111111 1010100 1000011 11001 0 10100 1000011 10000011 1110 11101

Color Harmonies of #3F5443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5443

Black with #3F5443

Text Example


Text Example

White with #3F5443

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,84,67); }

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

background-color css

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

 a { background-color: rgb(63,84,67); }

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

border-color css

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

 span { border-color: rgb(63,84,67); }

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