Html Css Color HEX #40714F Amazon

📋 copy color: '#40714F'

red 64 ◦ green 113 ◦ blue 79

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

Shades of Amazon #40714F

Tints of Amazon #40714F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.14%

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

R = 25%
G = 44.14%
B = 30.86%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#40714F (or 0x40714F) is known color: Amazon. HEX triplet: 40, 71 and 4F. RGB value is (64,113,79). Sum of RGB (Red+Green+Blue) = 64+113+79=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 113 - color contains mainly: green. Hex color #40714F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40714F is #BF8EB0. Grayscale: #5E5E5E. Windows color (decimal): -12553905 or 5206336. OLE color: 5206336.

HSL color Cylindrical-coordinate representation of color #40714F: hue angle of 138.37º degrees, saturation: 0.28, 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 #40714F is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 113 79 -
CMYK 0.43 0 0.30 0.56
HSL 138.37º 0.28% 0.35% -
HSV(B) 138.37º 0.43% 0.44% -
XYZ 9.43 13.46 9.5 -
YUV 94.47 119.27 106.26 -
System Red Green Blue C M Y K H S L
Decimal 64 113 79 0.43 0 0.30 0.56 138.37 0.28 0.35
Hex 40 71 4F 2B 0 1E 38 8A 1C 23
Octal 100 161 117 53 0 36 70 212 34 43
Binary 1000000 1110001 1001111 101011 0 11110 111000 10001010 11100 100011

Color Harmonies of #40714F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40714F

Black with #40714F

Text Example


Text Example

White with #40714F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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