Html Css Color HEX #417150 Amazon

📋 copy color: '#417150'

red 65 ◦ green 113 ◦ blue 80

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

Shades of Amazon #417150

Tints of Amazon #417150

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.8%

 BLUE value IS 80 (31.64% from 255) = 31.01%

R = 25.19%
G = 43.8%
B = 31.01%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#417150 (or 0x417150) is known color: Amazon. HEX triplet: 41, 71 and 50. RGB value is (65,113,80). Sum of RGB (Red+Green+Blue) = 65+113+80=258 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.19% from 258); Green value is 113 (44.53% from 255 or 43.80% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 113 - color contains mainly: green. Hex color #417150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417150 is #BE8EAF. Grayscale: #5E5E5E. Windows color (decimal): -12488368 or 5271873. OLE color: 5271873.

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

Color convert

RGB 65 113 80 -
CMYK 0.42 0 0.29 0.56
HSL 138.75º 0.27% 0.35% -
HSV(B) 138.75º 0.42% 0.44% -
XYZ 9.53 13.51 9.7 -
YUV 94.89 119.6 106.68 -
System Red Green Blue C M Y K H S L
Decimal 65 113 80 0.42 0 0.29 0.56 138.75 0.27 0.35
Hex 41 71 50 2A 0 1D 38 8B 1B 23
Octal 101 161 120 52 0 35 70 213 33 43
Binary 1000001 1110001 1010000 101010 0 11101 111000 10001011 11011 100011

Color Harmonies of #417150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417150

Black with #417150

Text Example


Text Example

White with #417150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417150; }

 p { color: rgb(65,113,80); }

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

background-color css

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

 a { background-color: rgb(65,113,80); }

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

border-color css

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

 span { border-color: rgb(65,113,80); }

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