Html Css Color HEX #417053 Amazon

📋 copy color: '#417053'

red 65 ◦ green 112 ◦ blue 83

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

Shades of Amazon #417053

Tints of Amazon #417053

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.08%

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

R = 25%
G = 43.08%
B = 31.92%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#417053 (or 0x417053) is known color: Amazon. HEX triplet: 41, 70 and 53. RGB value is (65,112,83). Sum of RGB (Red+Green+Blue) = 65+112+83=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 112 - color contains mainly: green. Hex color #417053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417053 is #BE8FAC. Grayscale: #5E5E5E. Windows color (decimal): -12488621 or 5468225. OLE color: 5468225.

HSL color Cylindrical-coordinate representation of color #417053: hue angle of 142.98º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #417053 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 112 83 -
CMYK 0.42 0 0.26 0.56
HSL 142.98º 0.27% 0.35% -
HSV(B) 142.98º 0.42% 0.44% -
XYZ 9.54 13.34 10.26 -
YUV 94.64 121.43 106.86 -
System Red Green Blue C M Y K H S L
Decimal 65 112 83 0.42 0 0.26 0.56 142.98 0.27 0.35
Hex 41 70 53 2A 0 1A 38 8F 1B 23
Octal 101 160 123 52 0 32 70 217 33 43
Binary 1000001 1110000 1010011 101010 0 11010 111000 10001111 11011 100011

Color Harmonies of #417053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417053

Black with #417053

Text Example


Text Example

White with #417053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417053; }

 p { color: rgb(65,112,83); }

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

background-color css

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

 a { background-color: rgb(65,112,83); }

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

border-color css

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

 span { border-color: rgb(65,112,83); }

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