Html Css Color HEX #417855 Amazon

📋 copy color: '#417855'

red 65 ◦ green 120 ◦ blue 85

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

Shades of Amazon #417855

Tints of Amazon #417855

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.44%

 BLUE value IS 85 (33.59% from 255) = 31.48%

R = 24.07%
G = 44.44%
B = 31.48%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#417855 (or 0x417855) is known color: Amazon. HEX triplet: 41, 78 and 55. RGB value is (65,120,85). Sum of RGB (Red+Green+Blue) = 65+120+85=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 120 - color contains mainly: green. Hex color #417855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417855 is #BE87AA. Grayscale: #636363. Windows color (decimal): -12486571 or 5601345. OLE color: 5601345.

HSL color Cylindrical-coordinate representation of color #417855: hue angle of 141.82º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #417855 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 120 85 -
CMYK 0.46 0 0.29 0.53
HSL 141.82º 0.3% 0.36% -
HSV(B) 141.82º 0.46% 0.47% -
XYZ 10.54 15.21 10.98 -
YUV 99.57 119.78 103.35 -
System Red Green Blue C M Y K H S L
Decimal 65 120 85 0.46 0 0.29 0.53 141.82 0.3 0.36
Hex 41 78 55 2E 0 1D 35 8E 1E 24
Octal 101 170 125 56 0 35 65 216 36 44
Binary 1000001 1111000 1010101 101110 0 11101 110101 10001110 11110 100100

Color Harmonies of #417855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417855

Black with #417855

Text Example


Text Example

White with #417855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417855; }

 p { color: rgb(65,120,85); }

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

background-color css

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

 a { background-color: rgb(65,120,85); }

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

border-color css

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

 span { border-color: rgb(65,120,85); }

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