Html Css Color HEX #40584F Plantation

📋 copy color: '#40584F'

red 64 ◦ green 88 ◦ blue 79

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

Shades of Plantation #40584F

Tints of Plantation #40584F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.1%

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

R = 27.71%
G = 38.1%
B = 34.2%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#40584F (or 0x40584F) is known color: Plantation. HEX triplet: 40, 58 and 4F. RGB value is (64,88,79). Sum of RGB (Red+Green+Blue) = 64+88+79=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 88 - color contains mainly: green. Hex color #40584F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40584F is #BFA7B0. Grayscale: #4F4F4F. Windows color (decimal): -12560305 or 5199936. OLE color: 5199936.

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

Color convert

RGB 64 88 79 -
CMYK 0.27 0 0.10 0.65
HSL 157.5º 0.16% 0.3% -
HSV(B) 157.5º 0.27% 0.35% -
XYZ 7.02 8.63 8.69 -
YUV 79.8 127.55 116.73 -
System Red Green Blue C M Y K H S L
Decimal 64 88 79 0.27 0 0.10 0.65 157.5 0.16 0.3
Hex 40 58 4F 1B 0 A 41 9E 10 1E
Octal 100 130 117 33 0 12 101 236 20 36
Binary 1000000 1011000 1001111 11011 0 1010 1000001 10011110 10000 11110

Color Harmonies of #40584F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40584F

Black with #40584F

Text Example


Text Example

White with #40584F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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