Html Css Color HEX #3F4C45 Plantation

📋 copy color: '#3F4C45'

red 63 ◦ green 76 ◦ blue 69

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

Shades of Plantation #3F4C45

Tints of Plantation #3F4C45

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.54%

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

R = 30.29%
G = 36.54%
B = 33.17%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.70

RGB Variations

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

Color information

#3F4C45 (or 0x3F4C45) is known color: Plantation. HEX triplet: 3F, 4C and 45. RGB value is (63,76,69). Sum of RGB (Red+Green+Blue) = 63+76+69=208 (27% of max value = 765). Red value is 63 (25% from 255 or 30.29% from 208); Green value is 76 (30.08% from 255 or 36.54% from 208); Blue value is 69 (27.34% from 255 or 33.17% from 208); Max value from RGB is 76 - color contains mainly: green. Hex color #3F4C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4C45 is #C0B3BA. Grayscale: #474747. Windows color (decimal): -12628923 or 4541503. OLE color: 4541503.

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

Color convert

RGB 63 76 69 -
CMYK 0.17 0 0.09 0.70
HSL 147.69º 0.09% 0.27% -
HSV(B) 147.69º 0.17% 0.3% -
XYZ 5.71 6.66 6.61 -
YUV 71.32 126.69 122.07 -
System Red Green Blue C M Y K H S L
Decimal 63 76 69 0.17 0 0.09 0.70 147.69 0.09 0.27
Hex 3F 4C 45 11 0 9 46 94 9 1B
Octal 77 114 105 21 0 11 106 224 11 33
Binary 111111 1001100 1000101 10001 0 1001 1000110 10010100 1001 11011

Color Harmonies of #3F4C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4C45

Black with #3F4C45

Text Example


Text Example

White with #3F4C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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