Html Css Color HEX #417058 Amazon

📋 copy color: '#417058'

red 65 ◦ green 112 ◦ blue 88

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

Shades of Amazon #417058

Tints of Amazon #417058

RGB

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

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

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

R = 24.53%
G = 42.26%
B = 33.21%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#417058 (or 0x417058) is known color: Amazon. HEX triplet: 41, 70 and 58. RGB value is (65,112,88). Sum of RGB (Red+Green+Blue) = 65+112+88=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 88 (34.77% from 255 or 33.21% from 265); Max value from RGB is 112 - color contains mainly: green. Hex color #417058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417058 is #BE8FA7. Grayscale: #5F5F5F. Windows color (decimal): -12488616 or 5795905. OLE color: 5795905.

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

Color convert

RGB 65 112 88 -
CMYK 0.42 0 0.21 0.56
HSL 149.36º 0.27% 0.35% -
HSV(B) 149.36º 0.42% 0.44% -
XYZ 9.74 13.42 11.31 -
YUV 95.21 123.93 106.45 -
System Red Green Blue C M Y K H S L
Decimal 65 112 88 0.42 0 0.21 0.56 149.36 0.27 0.35
Hex 41 70 58 2A 0 15 38 95 1B 23
Octal 101 160 130 52 0 25 70 225 33 43
Binary 1000001 1110000 1011000 101010 0 10101 111000 10010101 11011 100011

Color Harmonies of #417058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417058

Black with #417058

Text Example


Text Example

White with #417058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417058; }

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

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

background-color css

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

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

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

border-color css

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

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

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