Html Css Color HEX #40594F Plantation

📋 copy color: '#40594F'

red 64 ◦ green 89 ◦ blue 79

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

Shades of Plantation #40594F

Tints of Plantation #40594F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 34.05%

R = 27.59%
G = 38.36%
B = 34.05%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#40594F (or 0x40594F) is known color: Plantation. HEX triplet: 40, 59 and 4F. RGB value is (64,89,79). Sum of RGB (Red+Green+Blue) = 64+89+79=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 89 - color contains mainly: green. Hex color #40594F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40594F is #BFA6B0. Grayscale: #505050. Windows color (decimal): -12560049 or 5200192. OLE color: 5200192.

HSL color Cylindrical-coordinate representation of color #40594F: hue angle of 156º 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 #40594F is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 89 79 -
CMYK 0.28 0 0.11 0.65
HSL 156º 0.16% 0.3% -
HSV(B) 156º 0.28% 0.35% -
XYZ 7.1 8.8 8.72 -
YUV 80.39 127.22 116.31 -
System Red Green Blue C M Y K H S L
Decimal 64 89 79 0.28 0 0.11 0.65 156 0.16 0.3
Hex 40 59 4F 1C 0 B 41 9C 10 1E
Octal 100 131 117 34 0 13 101 234 20 36
Binary 1000000 1011001 1001111 11100 0 1011 1000001 10011100 10000 11110

Color Harmonies of #40594F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40594F

Black with #40594F

Text Example


Text Example

White with #40594F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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