Html Css Color HEX #40574E Plantation

📋 copy color: '#40574E'

red 64 ◦ green 87 ◦ blue 78

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

Shades of Plantation #40574E

Tints of Plantation #40574E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.99%

 BLUE value IS 78 (30.86% from 255) = 34.06%

R = 27.95%
G = 37.99%
B = 34.06%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.66

RGB Variations

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

Color information

#40574E (or 0x40574E) is known color: Plantation. HEX triplet: 40, 57 and 4E. RGB value is (64,87,78). Sum of RGB (Red+Green+Blue) = 64+87+78=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 78 (30.86% from 255 or 34.06% from 229); Max value from RGB is 87 - color contains mainly: green. Hex color #40574E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40574E is #BFA8B1. Grayscale: #4F4F4F. Windows color (decimal): -12560562 or 5134144. OLE color: 5134144.

HSL color Cylindrical-coordinate representation of color #40574E: hue angle of 156.52º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #40574E is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB 64 87 78 -
CMYK 0.26 0 0.10 0.66
HSL 156.52º 0.15% 0.3% -
HSV(B) 156.52º 0.26% 0.34% -
XYZ 6.9 8.46 8.48 -
YUV 79.1 127.38 117.23 -
System Red Green Blue C M Y K H S L
Decimal 64 87 78 0.26 0 0.10 0.66 156.52 0.15 0.3
Hex 40 57 4E 1A 0 A 42 9D F 1E
Octal 100 127 116 32 0 12 102 235 17 36
Binary 1000000 1010111 1001110 11010 0 1010 1000010 10011101 1111 11110

Color Harmonies of #40574E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40574E

Black with #40574E

Text Example


Text Example

White with #40574E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40574E; }

 p { color: rgb(64,87,78); }

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

background-color css

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

 a { background-color: rgb(64,87,78); }

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

border-color css

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

 span { border-color: rgb(64,87,78); }

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