Html Css Color HEX #40584B Plantation

📋 copy color: '#40584B'

red 64 ◦ green 88 ◦ blue 75

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

Shades of Plantation #40584B

Tints of Plantation #40584B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.77%

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

R = 28.19%
G = 38.77%
B = 33.04%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#40584B (or 0x40584B) is known color: Plantation. HEX triplet: 40, 58 and 4B. RGB value is (64,88,75). Sum of RGB (Red+Green+Blue) = 64+88+75=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 88 - color contains mainly: green. Hex color #40584B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40584B is #BFA7B4. Grayscale: #4F4F4F. Windows color (decimal): -12560309 or 4937792. OLE color: 4937792.

HSL color Cylindrical-coordinate representation of color #40584B: hue angle of 147.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #40584B is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 88 75 -
CMYK 0.27 0 0.15 0.65
HSL 147.5º 0.16% 0.3% -
HSV(B) 147.5º 0.27% 0.35% -
XYZ 6.87 8.58 7.95 -
YUV 79.34 125.55 117.06 -
System Red Green Blue C M Y K H S L
Decimal 64 88 75 0.27 0 0.15 0.65 147.5 0.16 0.3
Hex 40 58 4B 1B 0 F 41 94 10 1E
Octal 100 130 113 33 0 17 101 224 20 36
Binary 1000000 1011000 1001011 11011 0 1111 1000001 10010100 10000 11110

Color Harmonies of #40584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40584B

Black with #40584B

Text Example


Text Example

White with #40584B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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