Html Css Color HEX #40624E Plantation

📋 copy color: '#40624E'

red 64 ◦ green 98 ◦ blue 78

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

Shades of Plantation #40624E

Tints of Plantation #40624E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.83%

 BLUE value IS 78 (30.86% from 255) = 32.5%

R = 26.67%
G = 40.83%
B = 32.5%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#40624E (or 0x40624E) is known color: Plantation. HEX triplet: 40, 62 and 4E. RGB value is (64,98,78). Sum of RGB (Red+Green+Blue) = 64+98+78=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 98 - color contains mainly: green. Hex color #40624E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40624E is #BF9DB1. Grayscale: #555555. Windows color (decimal): -12557746 or 5136960. OLE color: 5136960.

HSL color Cylindrical-coordinate representation of color #40624E: hue angle of 144.71º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #40624E is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 98 78 -
CMYK 0.35 0 0.20 0.62
HSL 144.71º 0.21% 0.32% -
HSV(B) 144.71º 0.35% 0.38% -
XYZ 7.86 10.38 8.8 -
YUV 85.55 123.74 112.63 -
System Red Green Blue C M Y K H S L
Decimal 64 98 78 0.35 0 0.20 0.62 144.71 0.21 0.32
Hex 40 62 4E 23 0 14 3E 91 15 20
Octal 100 142 116 43 0 24 76 221 25 40
Binary 1000000 1100010 1001110 100011 0 10100 111110 10010001 10101 100000

Color Harmonies of #40624E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40624E

Black with #40624E

Text Example


Text Example

White with #40624E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40624E; }

 p { color: rgb(64,98,78); }

 H1.HeaderClassName
 {
   color: #40624E;
 }
 .AnyTagClassName
 {
   color: #40624E;
 }
</style>

background-color css

<style>
 a { background-color: #40624E; }

 a { background-color: rgb(64,98,78); }

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

border-color css

<style>
 span { border-color: #40624E; }

 span { border-color: rgb(64,98,78); }

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