Html Css Color HEX #407251 Amazon

📋 copy color: '#407251'

red 64 ◦ green 114 ◦ blue 81

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

Shades of Amazon #407251

Tints of Amazon #407251

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.02%

 BLUE value IS 81 (32.03% from 255) = 31.27%

R = 24.71%
G = 44.02%
B = 31.27%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#407251 (or 0x407251) is known color: Amazon. HEX triplet: 40, 72 and 51. RGB value is (64,114,81). Sum of RGB (Red+Green+Blue) = 64+114+81=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 81 (32.03% from 255 or 31.27% from 259); Max value from RGB is 114 - color contains mainly: green. Hex color #407251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407251 is #BF8DAE. Grayscale: #5F5F5F. Windows color (decimal): -12553647 or 5337664. OLE color: 5337664.

HSL color Cylindrical-coordinate representation of color #407251: hue angle of 140.4º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #407251 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 114 81 -
CMYK 0.44 0 0.29 0.55
HSL 140.4º 0.28% 0.35% -
HSV(B) 140.4º 0.44% 0.45% -
XYZ 9.62 13.72 9.93 -
YUV 95.29 119.94 105.68 -
System Red Green Blue C M Y K H S L
Decimal 64 114 81 0.44 0 0.29 0.55 140.4 0.28 0.35
Hex 40 72 51 2C 0 1D 37 8C 1C 23
Octal 100 162 121 54 0 35 67 214 34 43
Binary 1000000 1110010 1010001 101100 0 11101 110111 10001100 11100 100011

Color Harmonies of #407251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407251

Black with #407251

Text Example


Text Example

White with #407251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407251; }

 p { color: rgb(64,114,81); }

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

background-color css

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

 a { background-color: rgb(64,114,81); }

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

border-color css

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

 span { border-color: rgb(64,114,81); }

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