Html Css Color HEX #40634E Plantation

📋 copy color: '#40634E'

red 64 ◦ green 99 ◦ blue 78

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

Shades of Plantation #40634E

Tints of Plantation #40634E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.08%

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

R = 26.56%
G = 41.08%
B = 32.37%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.21

 K value IS 0.61

RGB Variations

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

Color information

#40634E (or 0x40634E) is known color: Plantation. HEX triplet: 40, 63 and 4E. RGB value is (64,99,78). Sum of RGB (Red+Green+Blue) = 64+99+78=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 99 (39.06% from 255 or 41.08% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 99 - color contains mainly: green. Hex color #40634E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40634E is #BF9CB1. Grayscale: #565656. Windows color (decimal): -12557490 or 5137216. OLE color: 5137216.

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

Color convert

RGB 64 99 78 -
CMYK 0.35 0 0.21 0.61
HSL 144º 0.21% 0.32% -
HSV(B) 144º 0.35% 0.39% -
XYZ 7.95 10.56 8.83 -
YUV 86.14 123.4 112.21 -
System Red Green Blue C M Y K H S L
Decimal 64 99 78 0.35 0 0.21 0.61 144 0.21 0.32
Hex 40 63 4E 23 0 15 3D 90 15 20
Octal 100 143 116 43 0 25 75 220 25 40
Binary 1000000 1100011 1001110 100011 0 10101 111101 10010000 10101 100000

Color Harmonies of #40634E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40634E

Black with #40634E

Text Example


Text Example

White with #40634E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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