Html Css Color HEX #3F4A44 Plantation

📋 copy color: '#3F4A44'

red 63 ◦ green 74 ◦ blue 68

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

Shades of Plantation #3F4A44

Tints of Plantation #3F4A44

RGB

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

 GREEN value IS 74 (29.3% from 255) = 36.1%

 BLUE value IS 68 (26.95% from 255) = 33.17%

R = 30.73%
G = 36.1%
B = 33.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.71

RGB Variations

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

Color information

#3F4A44 (or 0x3F4A44) is known color: Plantation. HEX triplet: 3F, 4A and 44. RGB value is (63,74,68). Sum of RGB (Red+Green+Blue) = 63+74+68=205 (27% of max value = 765). Red value is 63 (25% from 255 or 30.73% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 74 - color contains mainly: green. Hex color #3F4A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4A44 is #C0B5BB. Grayscale: #464646. Windows color (decimal): -12629436 or 4475455. OLE color: 4475455.

HSL color Cylindrical-coordinate representation of color #3F4A44: hue angle of 147.27º degrees, saturation: 0.08, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3F4A44 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB 63 74 68 -
CMYK 0.15 0 0.08 0.71
HSL 147.27º 0.08% 0.27% -
HSV(B) 147.27º 0.15% 0.29% -
XYZ 5.54 6.37 6.41 -
YUV 70.03 126.86 122.99 -
System Red Green Blue C M Y K H S L
Decimal 63 74 68 0.15 0 0.08 0.71 147.27 0.08 0.27
Hex 3F 4A 44 F 0 8 47 93 8 1B
Octal 77 112 104 17 0 10 107 223 10 33
Binary 111111 1001010 1000100 1111 0 1000 1000111 10010011 1000 11011

Color Harmonies of #3F4A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4A44

Black with #3F4A44

Text Example


Text Example

White with #3F4A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,74,68); }

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

background-color css

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

 a { background-color: rgb(63,74,68); }

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

border-color css

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

 span { border-color: rgb(63,74,68); }

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