Html Css Color HEX #40564C Plantation

📋 copy color: '#40564C'

red 64 ◦ green 86 ◦ blue 76

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

Shades of Plantation #40564C

Tints of Plantation #40564C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.05%

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

R = 28.32%
G = 38.05%
B = 33.63%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.66

RGB Variations

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

Color information

#40564C (or 0x40564C) is known color: Plantation. HEX triplet: 40, 56 and 4C. RGB value is (64,86,76). Sum of RGB (Red+Green+Blue) = 64+86+76=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 86 (33.98% from 255 or 38.05% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 86 - color contains mainly: green. Hex color #40564C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40564C is #BFA9B3. Grayscale: #4E4E4E. Windows color (decimal): -12560820 or 5002816. OLE color: 5002816.

HSL color Cylindrical-coordinate representation of color #40564C: hue angle of 152.73º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #40564C is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.66.

Color convert

RGB 64 86 76 -
CMYK 0.26 0 0.12 0.66
HSL 152.73º 0.15% 0.29% -
HSV(B) 152.73º 0.26% 0.34% -
XYZ 6.75 8.27 8.08 -
YUV 78.28 126.71 117.81 -
System Red Green Blue C M Y K H S L
Decimal 64 86 76 0.26 0 0.12 0.66 152.73 0.15 0.29
Hex 40 56 4C 1A 0 C 42 99 F 1D
Octal 100 126 114 32 0 14 102 231 17 35
Binary 1000000 1010110 1001100 11010 0 1100 1000010 10011001 1111 11101

Color Harmonies of #40564C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40564C

Black with #40564C

Text Example


Text Example

White with #40564C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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