Html Css Color HEX #405A50 Plantation

📋 copy color: '#405A50'

red 64 ◦ green 90 ◦ blue 80

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

Shades of Plantation #405A50

Tints of Plantation #405A50

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.46%

 BLUE value IS 80 (31.64% from 255) = 34.19%

R = 27.35%
G = 38.46%
B = 34.19%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#405A50 (or 0x405A50) is known color: Plantation. HEX triplet: 40, 5A and 50. RGB value is (64,90,80). Sum of RGB (Red+Green+Blue) = 64+90+80=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 90 (35.55% from 255 or 38.46% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 90 - color contains mainly: green. Hex color #405A50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405A50 is #BFA5AF. Grayscale: #515151. Windows color (decimal): -12559792 or 5265984. OLE color: 5265984.

HSL color Cylindrical-coordinate representation of color #405A50: hue angle of 156.92º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #405A50 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 90 80 -
CMYK 0.29 0 0.11 0.65
HSL 156.92º 0.17% 0.3% -
HSV(B) 156.92º 0.29% 0.35% -
XYZ 7.22 8.98 8.94 -
YUV 81.09 127.39 115.81 -
System Red Green Blue C M Y K H S L
Decimal 64 90 80 0.29 0 0.11 0.65 156.92 0.17 0.3
Hex 40 5A 50 1D 0 B 41 9D 11 1E
Octal 100 132 120 35 0 13 101 235 21 36
Binary 1000000 1011010 1010000 11101 0 1011 1000001 10011101 10001 11110

Color Harmonies of #405A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405A50

Black with #405A50

Text Example


Text Example

White with #405A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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