Html Css Color HEX #417458 Amazon

📋 copy color: '#417458'

red 65 ◦ green 116 ◦ blue 88

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

Shades of Amazon #417458

Tints of Amazon #417458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32.71%

R = 24.16%
G = 43.12%
B = 32.71%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#417458 (or 0x417458) is known color: Amazon. HEX triplet: 41, 74 and 58. RGB value is (65,116,88). Sum of RGB (Red+Green+Blue) = 65+116+88=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 88 (34.77% from 255 or 32.71% from 269); Max value from RGB is 116 - color contains mainly: green. Hex color #417458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417458 is #BE8BA7. Grayscale: #616161. Windows color (decimal): -12487592 or 5796929. OLE color: 5796929.

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

Color convert

RGB 65 116 88 -
CMYK 0.44 0 0.24 0.55
HSL 147.06º 0.28% 0.35% -
HSV(B) 147.06º 0.44% 0.45% -
XYZ 10.19 14.32 11.46 -
YUV 97.56 122.6 104.78 -
System Red Green Blue C M Y K H S L
Decimal 65 116 88 0.44 0 0.24 0.55 147.06 0.28 0.35
Hex 41 74 58 2C 0 18 37 93 1C 23
Octal 101 164 130 54 0 30 67 223 34 43
Binary 1000001 1110100 1011000 101100 0 11000 110111 10010011 11100 100011

Color Harmonies of #417458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417458

Black with #417458

Text Example


Text Example

White with #417458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417458; }

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

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

background-color css

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

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

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

border-color css

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

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

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