Html Css Color HEX #405046 Plantation

📋 copy color: '#405046'

red 64 ◦ green 80 ◦ blue 70

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

Shades of Plantation #405046

Tints of Plantation #405046

RGB

 RED value IS 64 (25.39% from 255) = 29.91%

 GREEN value IS 80 (31.64% from 255) = 37.38%

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

R = 29.91%
G = 37.38%
B = 32.71%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#405046 (or 0x405046) is known color: Plantation. HEX triplet: 40, 50 and 46. RGB value is (64,80,70). Sum of RGB (Red+Green+Blue) = 64+80+70=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 70 (27.73% from 255 or 32.71% from 214); Max value from RGB is 80 - color contains mainly: green. Hex color #405046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405046 is #BFAFB9. Grayscale: #4A4A4A. Windows color (decimal): -12562362 or 4608064. OLE color: 4608064.

HSL color Cylindrical-coordinate representation of color #405046: hue angle of 142.5º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #405046 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 80 70 -
CMYK 0.20 0 0.12 0.69
HSL 142.5º 0.11% 0.28% -
HSV(B) 142.5º 0.2% 0.31% -
XYZ 6.09 7.27 6.88 -
YUV 74.08 125.7 120.81 -
System Red Green Blue C M Y K H S L
Decimal 64 80 70 0.20 0 0.12 0.69 142.5 0.11 0.28
Hex 40 50 46 14 0 C 45 8E B 1C
Octal 100 120 106 24 0 14 105 216 13 34
Binary 1000000 1010000 1000110 10100 0 1100 1000101 10001110 1011 11100

Color Harmonies of #405046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405046

Black with #405046

Text Example


Text Example

White with #405046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405046; }

 p { color: rgb(64,80,70); }

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

background-color css

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

 a { background-color: rgb(64,80,70); }

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

border-color css

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

 span { border-color: rgb(64,80,70); }

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