Html Css Color HEX #40564B Plantation

📋 copy color: '#40564B'

red 64 ◦ green 86 ◦ blue 75

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

Shades of Plantation #40564B

Tints of Plantation #40564B

RGB

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

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

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

R = 28.44%
G = 38.22%
B = 33.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#40564B (or 0x40564B) is known color: Plantation. HEX triplet: 40, 56 and 4B. RGB value is (64,86,75). Sum of RGB (Red+Green+Blue) = 64+86+75=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 86 - color contains mainly: green. Hex color #40564B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40564B is #BFA9B4. Grayscale: #4E4E4E. Windows color (decimal): -12560821 or 4937280. OLE color: 4937280.

HSL color Cylindrical-coordinate representation of color #40564B: hue angle of 150º 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 #40564B is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB 64 86 75 -
CMYK 0.26 0 0.13 0.66
HSL 150º 0.15% 0.29% -
HSV(B) 150º 0.26% 0.34% -
XYZ 6.71 8.25 7.9 -
YUV 78.17 126.21 117.89 -
System Red Green Blue C M Y K H S L
Decimal 64 86 75 0.26 0 0.13 0.66 150 0.15 0.29
Hex 40 56 4B 1A 0 D 42 96 F 1D
Octal 100 126 113 32 0 15 102 226 17 35
Binary 1000000 1010110 1001011 11010 0 1101 1000010 10010110 1111 11101

Color Harmonies of #40564B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40564B

Black with #40564B

Text Example


Text Example

White with #40564B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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