Html Css Color HEX #417B53 Amazon

📋 copy color: '#417B53'

red 65 ◦ green 123 ◦ blue 83

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

Shades of Amazon #417B53

Tints of Amazon #417B53

RGB

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

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

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

R = 23.99%
G = 45.39%
B = 30.63%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.33

 K value IS 0.52

RGB Variations

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

Color information

#417B53 (or 0x417B53) is known color: Amazon. HEX triplet: 41, 7B and 53. RGB value is (65,123,83). Sum of RGB (Red+Green+Blue) = 65+123+83=271 (35% of max value = 765). Red value is 65 (25.78% from 255 or 23.99% from 271); Green value is 123 (48.44% from 255 or 45.39% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 123 - color contains mainly: green. Hex color #417B53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417B53 is #BE84AC. Grayscale: #656565. Windows color (decimal): -12485805 or 5471041. OLE color: 5471041.

HSL color Cylindrical-coordinate representation of color #417B53: hue angle of 138.62º 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 #417B53 is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.

Color convert

RGB 65 123 83 -
CMYK 0.47 0 0.33 0.52
HSL 138.62º 0.31% 0.37% -
HSV(B) 138.62º 0.47% 0.48% -
XYZ 10.82 15.91 10.68 -
YUV 101.1 117.78 102.25 -
System Red Green Blue C M Y K H S L
Decimal 65 123 83 0.47 0 0.33 0.52 138.62 0.31 0.37
Hex 41 7B 53 2F 0 21 34 8B 1F 25
Octal 101 173 123 57 0 41 64 213 37 45
Binary 1000001 1111011 1010011 101111 0 100001 110100 10001011 11111 100101

Color Harmonies of #417B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417B53

Black with #417B53

Text Example


Text Example

White with #417B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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