Html Css Color HEX #407253 Amazon

📋 copy color: '#407253'

red 64 ◦ green 114 ◦ blue 83

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

Shades of Amazon #407253

Tints of Amazon #407253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 31.8%

R = 24.52%
G = 43.68%
B = 31.8%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#407253 (or 0x407253) is known color: Amazon. HEX triplet: 40, 72 and 53. RGB value is (64,114,83). Sum of RGB (Red+Green+Blue) = 64+114+83=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 83 (32.81% from 255 or 31.80% from 261); Max value from RGB is 114 - color contains mainly: green. Hex color #407253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407253 is #BF8DAC. Grayscale: #5F5F5F. Windows color (decimal): -12553645 or 5468736. OLE color: 5468736.

HSL color Cylindrical-coordinate representation of color #407253: hue angle of 142.8º 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 #407253 is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 114 83 -
CMYK 0.44 0 0.27 0.55
HSL 142.8º 0.28% 0.35% -
HSV(B) 142.8º 0.44% 0.45% -
XYZ 9.69 13.75 10.33 -
YUV 95.52 120.94 105.52 -
System Red Green Blue C M Y K H S L
Decimal 64 114 83 0.44 0 0.27 0.55 142.8 0.28 0.35
Hex 40 72 53 2C 0 1B 37 8F 1C 23
Octal 100 162 123 54 0 33 67 217 34 43
Binary 1000000 1110010 1010011 101100 0 11011 110111 10001111 11100 100011

Color Harmonies of #407253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407253

Black with #407253

Text Example


Text Example

White with #407253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407253; }

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

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

background-color css

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

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

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

border-color css

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

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

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