Html Css Color HEX #40544A Plantation

📋 copy color: '#40544A'

red 64 ◦ green 84 ◦ blue 74

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

Shades of Plantation #40544A

Tints of Plantation #40544A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.84%

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

R = 28.83%
G = 37.84%
B = 33.33%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#40544A (or 0x40544A) is known color: Plantation. HEX triplet: 40, 54 and 4A. RGB value is (64,84,74). Sum of RGB (Red+Green+Blue) = 64+84+74=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 84 (33.20% from 255 or 37.84% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 84 - color contains mainly: green. Hex color #40544A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40544A is #BFABB5. Grayscale: #4C4C4C. Windows color (decimal): -12561334 or 4871232. OLE color: 4871232.

HSL color Cylindrical-coordinate representation of color #40544A: hue angle of 150º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #40544A is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 84 74 -
CMYK 0.24 0 0.12 0.67
HSL 150º 0.14% 0.29% -
HSV(B) 150º 0.24% 0.33% -
XYZ 6.52 7.93 7.66 -
YUV 76.88 126.37 118.81 -
System Red Green Blue C M Y K H S L
Decimal 64 84 74 0.24 0 0.12 0.67 150 0.14 0.29
Hex 40 54 4A 18 0 C 43 96 E 1D
Octal 100 124 112 30 0 14 103 226 16 35
Binary 1000000 1010100 1001010 11000 0 1100 1000011 10010110 1110 11101

Color Harmonies of #40544A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40544A

Black with #40544A

Text Example


Text Example

White with #40544A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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