Html Css Color HEX #40584C Plantation

📋 copy color: '#40584C'

red 64 ◦ green 88 ◦ blue 76

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

Shades of Plantation #40584C

Tints of Plantation #40584C

RGB

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

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

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

R = 28.07%
G = 38.6%
B = 33.33%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#40584C (or 0x40584C) is known color: Plantation. HEX triplet: 40, 58 and 4C. RGB value is (64,88,76). Sum of RGB (Red+Green+Blue) = 64+88+76=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 88 (34.77% from 255 or 38.60% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 88 - color contains mainly: green. Hex color #40584C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40584C is #BFA7B3. Grayscale: #4F4F4F. Windows color (decimal): -12560308 or 5003328. OLE color: 5003328.

HSL color Cylindrical-coordinate representation of color #40584C: hue angle of 150º 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 #40584C is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 88 76 -
CMYK 0.27 0 0.14 0.65
HSL 150º 0.16% 0.3% -
HSV(B) 150º 0.27% 0.35% -
XYZ 6.91 8.59 8.13 -
YUV 79.46 126.05 116.98 -
System Red Green Blue C M Y K H S L
Decimal 64 88 76 0.27 0 0.14 0.65 150 0.16 0.3
Hex 40 58 4C 1B 0 E 41 96 10 1E
Octal 100 130 114 33 0 16 101 226 20 36
Binary 1000000 1011000 1001100 11011 0 1110 1000001 10010110 10000 11110

Color Harmonies of #40584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40584C

Black with #40584C

Text Example


Text Example

White with #40584C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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