Html Css Color HEX #417451 Amazon

📋 copy color: '#417451'

red 65 ◦ green 116 ◦ blue 81

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

Shades of Amazon #417451

Tints of Amazon #417451

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.27%

 BLUE value IS 81 (32.03% from 255) = 30.92%

R = 24.81%
G = 44.27%
B = 30.92%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#417451 (or 0x417451) is known color: Amazon. HEX triplet: 41, 74 and 51. RGB value is (65,116,81). Sum of RGB (Red+Green+Blue) = 65+116+81=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 116 (45.70% from 255 or 44.27% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 116 - color contains mainly: green. Hex color #417451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417451 is #BE8BAE. Grayscale: #606060. Windows color (decimal): -12487599 or 5338177. OLE color: 5338177.

HSL color Cylindrical-coordinate representation of color #417451: hue angle of 138.82º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #417451 is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 116 81 -
CMYK 0.44 0 0.30 0.55
HSL 138.82º 0.28% 0.35% -
HSV(B) 138.82º 0.44% 0.45% -
XYZ 9.91 14.21 10 -
YUV 96.76 119.1 105.35 -
System Red Green Blue C M Y K H S L
Decimal 65 116 81 0.44 0 0.30 0.55 138.82 0.28 0.35
Hex 41 74 51 2C 0 1E 37 8B 1C 23
Octal 101 164 121 54 0 36 67 213 34 43
Binary 1000001 1110100 1010001 101100 0 11110 110111 10001011 11100 100011

Color Harmonies of #417451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417451

Black with #417451

Text Example


Text Example

White with #417451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417451; }

 p { color: rgb(65,116,81); }

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

background-color css

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

 a { background-color: rgb(65,116,81); }

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

border-color css

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

 span { border-color: rgb(65,116,81); }

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