Html Css Color HEX #40624F Plantation

📋 copy color: '#40624F'

red 64 ◦ green 98 ◦ blue 79

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

Shades of Plantation #40624F

Tints of Plantation #40624F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.78%

R = 26.56%
G = 40.66%
B = 32.78%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#40624F (or 0x40624F) is known color: Plantation. HEX triplet: 40, 62 and 4F. RGB value is (64,98,79). Sum of RGB (Red+Green+Blue) = 64+98+79=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 98 - color contains mainly: green. Hex color #40624F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40624F is #BF9DB0. Grayscale: #555555. Windows color (decimal): -12557745 or 5202496. OLE color: 5202496.

HSL color Cylindrical-coordinate representation of color #40624F: hue angle of 146.47º 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 #40624F is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 98 79 -
CMYK 0.35 0 0.19 0.62
HSL 146.47º 0.21% 0.32% -
HSV(B) 146.47º 0.35% 0.38% -
XYZ 7.89 10.39 8.99 -
YUV 85.67 124.24 112.54 -
System Red Green Blue C M Y K H S L
Decimal 64 98 79 0.35 0 0.19 0.62 146.47 0.21 0.32
Hex 40 62 4F 23 0 13 3E 92 15 20
Octal 100 142 117 43 0 23 76 222 25 40
Binary 1000000 1100010 1001111 100011 0 10011 111110 10010010 10101 100000

Color Harmonies of #40624F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40624F

Black with #40624F

Text Example


Text Example

White with #40624F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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