Html Css Color HEX #407152 Amazon

📋 copy color: '#407152'

red 64 ◦ green 113 ◦ blue 82

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

Shades of Amazon #407152

Tints of Amazon #407152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 31.66%

R = 24.71%
G = 43.63%
B = 31.66%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#407152 (or 0x407152) is known color: Amazon. HEX triplet: 40, 71 and 52. RGB value is (64,113,82). Sum of RGB (Red+Green+Blue) = 64+113+82=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 113 (44.53% from 255 or 43.63% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 113 - color contains mainly: green. Hex color #407152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407152 is #BF8EAD. Grayscale: #5E5E5E. Windows color (decimal): -12553902 or 5402944. OLE color: 5402944.

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

Color convert

RGB 64 113 82 -
CMYK 0.43 0 0.27 0.56
HSL 142.04º 0.28% 0.35% -
HSV(B) 142.04º 0.43% 0.44% -
XYZ 9.54 13.51 10.09 -
YUV 94.82 120.77 106.02 -
System Red Green Blue C M Y K H S L
Decimal 64 113 82 0.43 0 0.27 0.56 142.04 0.28 0.35
Hex 40 71 52 2B 0 1B 38 8E 1C 23
Octal 100 161 122 53 0 33 70 216 34 43
Binary 1000000 1110001 1010010 101011 0 11011 111000 10001110 11100 100011

Color Harmonies of #407152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407152

Black with #407152

Text Example


Text Example

White with #407152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407152; }

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

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

background-color css

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

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

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

border-color css

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

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

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