#40634F

Color #40634F Plantation (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plantation #40634F

Tints of Plantation #40634F

Color information

#40634F (or 0x40634F) is unknown color: approx Plantation. HEX triplet: 40, 63 and 4F. RGB value is (64,99,79). Sum of RGB (Red+Green+Blue) = 64+99+79=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 99 (39.06% from 255 or 40.91% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 99 - color contains mainly: green. Hex color #40634F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40634F is #BF9CB0. Grayscale: #565656. Windows color (decimal): -12557489 or 5202752. OLE color: 5202752.

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

Color convert

RGB649979-
CMYK0.3500.200.61
HSL145.71º21.47%31.96%-
HSV(B)145.71º35.35%38.82%-
XYZ7.9910.589.02-
YUV86.26123.9112.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.45%
GREEN value IS 99 (39.06% from 255) = 40.91%
BLUE value IS 79 (31.25% from 255) = 32.64%
R=26.45%
G=40.91%
B=32.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6499790.3500.200.61145.7121.4731.96
Hex40634F230143D921520
Octal10014311743024752222540
Binary1000000110001110011111000110101001111011001001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40634F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #40634F;
 }
 .AnyTagClassName
 {
   color: #40634F;
 }
</style>
background-color css

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

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

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

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

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

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