Html Css Color HEX #40594E Plantation

📋 copy color: '#40594E'

red 64 ◦ green 89 ◦ blue 78

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

Shades of Plantation #40594E

Tints of Plantation #40594E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.53%

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

R = 27.71%
G = 38.53%
B = 33.77%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#40594E (or 0x40594E) is known color: Plantation. HEX triplet: 40, 59 and 4E. RGB value is (64,89,78). Sum of RGB (Red+Green+Blue) = 64+89+78=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 89 - color contains mainly: green. Hex color #40594E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40594E is #BFA6B1. Grayscale: #505050. Windows color (decimal): -12560050 or 5134656. OLE color: 5134656.

HSL color Cylindrical-coordinate representation of color #40594E: hue angle of 153.6º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #40594E is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 89 78 -
CMYK 0.28 0 0.12 0.65
HSL 153.6º 0.16% 0.3% -
HSV(B) 153.6º 0.28% 0.35% -
XYZ 7.06 8.78 8.53 -
YUV 80.27 126.72 116.39 -
System Red Green Blue C M Y K H S L
Decimal 64 89 78 0.28 0 0.12 0.65 153.6 0.16 0.3
Hex 40 59 4E 1C 0 C 41 9A 10 1E
Octal 100 131 116 34 0 14 101 232 20 36
Binary 1000000 1011001 1001110 11100 0 1100 1000001 10011010 10000 11110

Color Harmonies of #40594E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40594E

Black with #40594E

Text Example


Text Example

White with #40594E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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