Html Css Color HEX #40544C Plantation

📋 copy color: '#40544C'

red 64 ◦ green 84 ◦ blue 76

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

Shades of Plantation #40544C

Tints of Plantation #40544C

RGB

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

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

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

R = 28.57%
G = 37.5%
B = 33.93%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#40544C (or 0x40544C) is known color: Plantation. HEX triplet: 40, 54 and 4C. RGB value is (64,84,76). Sum of RGB (Red+Green+Blue) = 64+84+76=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 84 (33.20% from 255 or 37.5% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 84 - color contains mainly: green. Hex color #40544C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40544C is #BFABB3. Grayscale: #4D4D4D. Windows color (decimal): -12561332 or 5002304. OLE color: 5002304.

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

Color convert

RGB 64 84 76 -
CMYK 0.24 0 0.10 0.67
HSL 156º 0.14% 0.29% -
HSV(B) 156º 0.24% 0.33% -
XYZ 6.59 7.95 8.03 -
YUV 77.11 127.37 118.65 -
System Red Green Blue C M Y K H S L
Decimal 64 84 76 0.24 0 0.10 0.67 156 0.14 0.29
Hex 40 54 4C 18 0 A 43 9C E 1D
Octal 100 124 114 30 0 12 103 234 16 35
Binary 1000000 1010100 1001100 11000 0 1010 1000011 10011100 1110 11101

Color Harmonies of #40544C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40544C

Black with #40544C

Text Example


Text Example

White with #40544C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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