Html Css Color HEX #40544B Plantation

📋 copy color: '#40544B'

red 64 ◦ green 84 ◦ blue 75

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

Shades of Plantation #40544B

Tints of Plantation #40544B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 33.63%

R = 28.7%
G = 37.67%
B = 33.63%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#40544B (or 0x40544B) is known color: Plantation. HEX triplet: 40, 54 and 4B. RGB value is (64,84,75). Sum of RGB (Red+Green+Blue) = 64+84+75=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 84 - color contains mainly: green. Hex color #40544B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40544B is #BFABB4. Grayscale: #4D4D4D. Windows color (decimal): -12561333 or 4936768. OLE color: 4936768.

HSL color Cylindrical-coordinate representation of color #40544B: hue angle of 153º 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 #40544B is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 84 75 -
CMYK 0.24 0 0.11 0.67
HSL 153º 0.14% 0.29% -
HSV(B) 153º 0.24% 0.33% -
XYZ 6.55 7.94 7.84 -
YUV 76.99 126.87 118.73 -
System Red Green Blue C M Y K H S L
Decimal 64 84 75 0.24 0 0.11 0.67 153 0.14 0.29
Hex 40 54 4B 18 0 B 43 99 E 1D
Octal 100 124 113 30 0 13 103 231 16 35
Binary 1000000 1010100 1001011 11000 0 1011 1000011 10011001 1110 11101

Color Harmonies of #40544B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40544B

Black with #40544B

Text Example


Text Example

White with #40544B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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