Html Css Color HEX #40594C Plantation

📋 copy color: '#40594C'

red 64 ◦ green 89 ◦ blue 76

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

Shades of Plantation #40594C

Tints of Plantation #40594C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 33.19%

R = 27.95%
G = 38.86%
B = 33.19%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#40594C (or 0x40594C) is known color: Plantation. HEX triplet: 40, 59 and 4C. RGB value is (64,89,76). Sum of RGB (Red+Green+Blue) = 64+89+76=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 89 - color contains mainly: green. Hex color #40594C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40594C is #BFA6B3. Grayscale: #505050. Windows color (decimal): -12560052 or 5003584. OLE color: 5003584.

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

Color convert

RGB 64 89 76 -
CMYK 0.28 0 0.15 0.65
HSL 148.8º 0.16% 0.3% -
HSV(B) 148.8º 0.28% 0.35% -
XYZ 6.99 8.76 8.16 -
YUV 80.04 125.72 116.56 -
System Red Green Blue C M Y K H S L
Decimal 64 89 76 0.28 0 0.15 0.65 148.8 0.16 0.3
Hex 40 59 4C 1C 0 F 41 95 10 1E
Octal 100 131 114 34 0 17 101 225 20 36
Binary 1000000 1011001 1001100 11100 0 1111 1000001 10010101 10000 11110

Color Harmonies of #40594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40594C

Black with #40594C

Text Example


Text Example

White with #40594C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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