Html Css Color HEX #40634F Plantation

📋 copy color: '#40634F'

red 64 ◦ green 99 ◦ blue 79

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

Shades of Plantation #40634F

Tints of Plantation #40634F

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 value IS 0.35

 M value IS 0

 Y value IS 0.20

 K value IS 0.61

RGB Variations

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

Color information

#40634F (or 0x40634F) is known color: 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

RGB 64 99 79 -
CMYK 0.35 0 0.20 0.61
HSL 145.71º 0.21% 0.32% -
HSV(B) 145.71º 0.35% 0.39% -
XYZ 7.99 10.58 9.02 -
YUV 86.26 123.9 112.13 -
System Red Green Blue C M Y K H S L
Decimal 64 99 79 0.35 0 0.20 0.61 145.71 0.21 0.32
Hex 40 63 4F 23 0 14 3D 92 15 20
Octal 100 143 117 43 0 24 75 222 25 40
Binary 1000000 1100011 1001111 100011 0 10100 111101 10010010 10101 100000

Color Harmonies of #40634F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40634F

Black with #40634F

Text Example


Text Example

White with #40634F

Text Example


Text Example

HTML Codes & Css Web 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>