Html Css Color HEX #40584A Plantation

📋 copy color: '#40584A'

red 64 ◦ green 88 ◦ blue 74

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

Shades of Plantation #40584A

Tints of Plantation #40584A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 32.74%

R = 28.32%
G = 38.94%
B = 32.74%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#40584A (or 0x40584A) is known color: Plantation. HEX triplet: 40, 58 and 4A. RGB value is (64,88,74). Sum of RGB (Red+Green+Blue) = 64+88+74=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 88 - color contains mainly: green. Hex color #40584A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40584A is #BFA7B5. Grayscale: #4F4F4F. Windows color (decimal): -12560310 or 4872256. OLE color: 4872256.

HSL color Cylindrical-coordinate representation of color #40584A: hue angle of 145º 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 #40584A is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 88 74 -
CMYK 0.27 0 0.16 0.65
HSL 145º 0.16% 0.3% -
HSV(B) 145º 0.27% 0.35% -
XYZ 6.84 8.56 7.77 -
YUV 79.23 125.05 117.14 -
System Red Green Blue C M Y K H S L
Decimal 64 88 74 0.27 0 0.16 0.65 145 0.16 0.3
Hex 40 58 4A 1B 0 10 41 91 10 1E
Octal 100 130 112 33 0 20 101 221 20 36
Binary 1000000 1011000 1001010 11011 0 10000 1000001 10010001 10000 11110

Color Harmonies of #40584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40584A

Black with #40584A

Text Example


Text Example

White with #40584A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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