Html Css Color HEX #417A52 Amazon

📋 copy color: '#417A52'

red 65 ◦ green 122 ◦ blue 82

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

Shades of Amazon #417A52

Tints of Amazon #417A52

RGB

 RED value IS 65 (25.78% from 255) = 24.16%

 GREEN value IS 122 (48.05% from 255) = 45.35%

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

R = 24.16%
G = 45.35%
B = 30.48%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.33

 K value IS 0.52

RGB Variations

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

Color information

#417A52 (or 0x417A52) is known color: Amazon. HEX triplet: 41, 7A and 52. RGB value is (65,122,82). Sum of RGB (Red+Green+Blue) = 65+122+82=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 122 (48.05% from 255 or 45.35% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 122 - color contains mainly: green. Hex color #417A52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417A52 is #BE85AD. Grayscale: #646464. Windows color (decimal): -12486062 or 5405249. OLE color: 5405249.

HSL color Cylindrical-coordinate representation of color #417A52: hue angle of 137.89º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #417A52 is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.

Color convert

RGB 65 122 82 -
CMYK 0.47 0 0.33 0.52
HSL 137.89º 0.3% 0.37% -
HSV(B) 137.89º 0.47% 0.48% -
XYZ 10.66 15.65 10.44 -
YUV 100.4 117.62 102.75 -
System Red Green Blue C M Y K H S L
Decimal 65 122 82 0.47 0 0.33 0.52 137.89 0.3 0.37
Hex 41 7A 52 2F 0 21 34 8A 1E 25
Octal 101 172 122 57 0 41 64 212 36 45
Binary 1000001 1111010 1010010 101111 0 100001 110100 10001010 11110 100101

Color Harmonies of #417A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417A52

Black with #417A52

Text Example


Text Example

White with #417A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417A52; }

 p { color: rgb(65,122,82); }

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

background-color css

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

 a { background-color: rgb(65,122,82); }

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

border-color css

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

 span { border-color: rgb(65,122,82); }

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