Html Css Color HEX #40704F Amazon

📋 copy color: '#40704F'

red 64 ◦ green 112 ◦ blue 79

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

Shades of Amazon #40704F

Tints of Amazon #40704F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.92%

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

R = 25.1%
G = 43.92%
B = 30.98%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#40704F (or 0x40704F) is known color: Amazon. HEX triplet: 40, 70 and 4F. RGB value is (64,112,79). Sum of RGB (Red+Green+Blue) = 64+112+79=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 112 - color contains mainly: green. Hex color #40704F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40704F is #BF8FB0. Grayscale: #5D5D5D. Windows color (decimal): -12554161 or 5206080. OLE color: 5206080.

HSL color Cylindrical-coordinate representation of color #40704F: hue angle of 138.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #40704F is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 112 79 -
CMYK 0.43 0 0.29 0.56
HSL 138.75º 0.27% 0.35% -
HSV(B) 138.75º 0.43% 0.44% -
XYZ 9.32 13.24 9.46 -
YUV 93.89 119.6 106.68 -
System Red Green Blue C M Y K H S L
Decimal 64 112 79 0.43 0 0.29 0.56 138.75 0.27 0.35
Hex 40 70 4F 2B 0 1D 38 8B 1B 23
Octal 100 160 117 53 0 35 70 213 33 43
Binary 1000000 1110000 1001111 101011 0 11101 111000 10001011 11011 100011

Color Harmonies of #40704F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40704F

Black with #40704F

Text Example


Text Example

White with #40704F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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