Html Css Color HEX #40594D Plantation

📋 copy color: '#40594D'

red 64 ◦ green 89 ◦ blue 77

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

Shades of Plantation #40594D

Tints of Plantation #40594D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 33.48%

R = 27.83%
G = 38.7%
B = 33.48%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#40594D (or 0x40594D) is known color: Plantation. HEX triplet: 40, 59 and 4D. RGB value is (64,89,77). Sum of RGB (Red+Green+Blue) = 64+89+77=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 89 (35.16% from 255 or 38.70% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 89 - color contains mainly: green. Hex color #40594D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40594D is #BFA6B2. Grayscale: #505050. Windows color (decimal): -12560051 or 5069120. OLE color: 5069120.

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

Color convert

RGB 64 89 77 -
CMYK 0.28 0 0.13 0.65
HSL 151.2º 0.16% 0.3% -
HSV(B) 151.2º 0.28% 0.35% -
XYZ 7.03 8.77 8.34 -
YUV 80.16 126.22 116.48 -
System Red Green Blue C M Y K H S L
Decimal 64 89 77 0.28 0 0.13 0.65 151.2 0.16 0.3
Hex 40 59 4D 1C 0 D 41 97 10 1E
Octal 100 131 115 34 0 15 101 227 20 36
Binary 1000000 1011001 1001101 11100 0 1101 1000001 10010111 10000 11110

Color Harmonies of #40594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40594D

Black with #40594D

Text Example


Text Example

White with #40594D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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