Html Css Color HEX #417754 Amazon

📋 copy color: '#417754'

red 65 ◦ green 119 ◦ blue 84

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

Shades of Amazon #417754

Tints of Amazon #417754

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.4%

 BLUE value IS 84 (33.2% from 255) = 31.34%

R = 24.25%
G = 44.4%
B = 31.34%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#417754 (or 0x417754) is known color: Amazon. HEX triplet: 41, 77 and 54. RGB value is (65,119,84). Sum of RGB (Red+Green+Blue) = 65+119+84=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 84 (33.20% from 255 or 31.34% from 268); Max value from RGB is 119 - color contains mainly: green. Hex color #417754 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417754 is #BE88AB. Grayscale: #626262. Windows color (decimal): -12486828 or 5535553. OLE color: 5535553.

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

Color convert

RGB 65 119 84 -
CMYK 0.45 0 0.29 0.53
HSL 141.11º 0.29% 0.36% -
HSV(B) 141.11º 0.45% 0.47% -
XYZ 10.38 14.96 10.73 -
YUV 98.86 119.61 103.85 -
System Red Green Blue C M Y K H S L
Decimal 65 119 84 0.45 0 0.29 0.53 141.11 0.29 0.36
Hex 41 77 54 2D 0 1D 35 8D 1D 24
Octal 101 167 124 55 0 35 65 215 35 44
Binary 1000001 1110111 1010100 101101 0 11101 110101 10001101 11101 100100

Color Harmonies of #417754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417754

Black with #417754

Text Example


Text Example

White with #417754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417754; }

 p { color: rgb(65,119,84); }

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

background-color css

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

 a { background-color: rgb(65,119,84); }

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

border-color css

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

 span { border-color: rgb(65,119,84); }

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