Html Css Color HEX #417453 Amazon

📋 copy color: '#417453'

red 65 ◦ green 116 ◦ blue 83

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

Shades of Amazon #417453

Tints of Amazon #417453

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.94%

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

R = 24.62%
G = 43.94%
B = 31.44%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#417453 (or 0x417453) is known color: Amazon. HEX triplet: 41, 74 and 53. RGB value is (65,116,83). Sum of RGB (Red+Green+Blue) = 65+116+83=264 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.62% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 83 (32.81% from 255 or 31.44% from 264); Max value from RGB is 116 - color contains mainly: green. Hex color #417453 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417453 is #BE8BAC. Grayscale: #616161. Windows color (decimal): -12487597 or 5469249. OLE color: 5469249.

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

Color convert

RGB 65 116 83 -
CMYK 0.44 0 0.28 0.55
HSL 141.18º 0.28% 0.35% -
HSV(B) 141.18º 0.44% 0.45% -
XYZ 9.99 14.24 10.41 -
YUV 96.99 120.1 105.18 -
System Red Green Blue C M Y K H S L
Decimal 65 116 83 0.44 0 0.28 0.55 141.18 0.28 0.35
Hex 41 74 53 2C 0 1C 37 8D 1C 23
Octal 101 164 123 54 0 34 67 215 34 43
Binary 1000001 1110100 1010011 101100 0 11100 110111 10001101 11100 100011

Color Harmonies of #417453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417453

Black with #417453

Text Example


Text Example

White with #417453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417453; }

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

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

background-color css

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

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

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

border-color css

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

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

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