Html Css Color HEX #3F4D45 Plantation

📋 copy color: '#3F4D45'

red 63 ◦ green 77 ◦ blue 69

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

Shades of Plantation #3F4D45

Tints of Plantation #3F4D45

RGB

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

 GREEN value IS 77 (30.47% from 255) = 36.84%

 BLUE value IS 69 (27.34% from 255) = 33.01%

R = 30.14%
G = 36.84%
B = 33.01%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.70

RGB Variations

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

Color information

#3F4D45 (or 0x3F4D45) is known color: Plantation. HEX triplet: 3F, 4D and 45. RGB value is (63,77,69). Sum of RGB (Red+Green+Blue) = 63+77+69=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 77 (30.47% from 255 or 36.84% from 209); Blue value is 69 (27.34% from 255 or 33.01% from 209); Max value from RGB is 77 - color contains mainly: green. Hex color #3F4D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4D45 is #C0B2BA. Grayscale: #474747. Windows color (decimal): -12628667 or 4541759. OLE color: 4541759.

HSL color Cylindrical-coordinate representation of color #3F4D45: hue angle of 145.71º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3F4D45 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.70.

Color convert

RGB 63 77 69 -
CMYK 0.18 0 0.10 0.70
HSL 145.71º 0.1% 0.27% -
HSV(B) 145.71º 0.18% 0.3% -
XYZ 5.78 6.79 6.64 -
YUV 71.9 126.36 121.65 -
System Red Green Blue C M Y K H S L
Decimal 63 77 69 0.18 0 0.10 0.70 145.71 0.1 0.27
Hex 3F 4D 45 12 0 A 46 92 A 1B
Octal 77 115 105 22 0 12 106 222 12 33
Binary 111111 1001101 1000101 10010 0 1010 1000110 10010010 1010 11011

Color Harmonies of #3F4D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4D45

Black with #3F4D45

Text Example


Text Example

White with #3F4D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,77,69); }

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

background-color css

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

 a { background-color: rgb(63,77,69); }

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

border-color css

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

 span { border-color: rgb(63,77,69); }

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