Html Css Color HEX #417B5C Amazon

📋 copy color: '#417B5C'

red 65 ◦ green 123 ◦ blue 92

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

Shades of Amazon #417B5C

Tints of Amazon #417B5C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 43.93%

 BLUE value IS 92 (36.33% from 255) = 32.86%

R = 23.21%
G = 43.93%
B = 32.86%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.25

 K value IS 0.52

RGB Variations

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

Color information

#417B5C (or 0x417B5C) is known color: Amazon. HEX triplet: 41, 7B and 5C. RGB value is (65,123,92). Sum of RGB (Red+Green+Blue) = 65+123+92=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 123 (48.44% from 255 or 43.93% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 123 - color contains mainly: green. Hex color #417B5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417B5C is #BE84A3. Grayscale: #666666. Windows color (decimal): -12485796 or 6060865. OLE color: 6060865.

HSL color Cylindrical-coordinate representation of color #417B5C: hue angle of 147.93º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #417B5C is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB 65 123 92 -
CMYK 0.47 0 0.25 0.52
HSL 147.93º 0.31% 0.37% -
HSV(B) 147.93º 0.47% 0.48% -
XYZ 11.19 16.06 12.64 -
YUV 102.12 122.28 101.52 -
System Red Green Blue C M Y K H S L
Decimal 65 123 92 0.47 0 0.25 0.52 147.93 0.31 0.37
Hex 41 7B 5C 2F 0 19 34 94 1F 25
Octal 101 173 134 57 0 31 64 224 37 45
Binary 1000001 1111011 1011100 101111 0 11001 110100 10010100 11111 100101

Color Harmonies of #417B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417B5C

Black with #417B5C

Text Example


Text Example

White with #417B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417B5C; }

 p { color: rgb(65,123,92); }

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

background-color css

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

 a { background-color: rgb(65,123,92); }

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

border-color css

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

 span { border-color: rgb(65,123,92); }

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