Html Css Color HEX #417052 Amazon

📋 copy color: '#417052'

red 65 ◦ green 112 ◦ blue 82

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

Shades of Amazon #417052

Tints of Amazon #417052

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.24%

 BLUE value IS 82 (32.42% from 255) = 31.66%

R = 25.1%
G = 43.24%
B = 31.66%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#417052 (or 0x417052) is known color: Amazon. HEX triplet: 41, 70 and 52. RGB value is (65,112,82). Sum of RGB (Red+Green+Blue) = 65+112+82=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 112 - color contains mainly: green. Hex color #417052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417052 is #BE8FAD. Grayscale: #5E5E5E. Windows color (decimal): -12488622 or 5402689. OLE color: 5402689.

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

Color convert

RGB 65 112 82 -
CMYK 0.42 0 0.27 0.56
HSL 141.7º 0.27% 0.35% -
HSV(B) 141.7º 0.42% 0.44% -
XYZ 9.5 13.32 10.05 -
YUV 94.53 120.93 106.94 -
System Red Green Blue C M Y K H S L
Decimal 65 112 82 0.42 0 0.27 0.56 141.7 0.27 0.35
Hex 41 70 52 2A 0 1B 38 8E 1B 23
Octal 101 160 122 52 0 33 70 216 33 43
Binary 1000001 1110000 1010010 101010 0 11011 111000 10001110 11011 100011

Color Harmonies of #417052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417052

Black with #417052

Text Example


Text Example

White with #417052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417052; }

 p { color: rgb(65,112,82); }

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

background-color css

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

 a { background-color: rgb(65,112,82); }

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

border-color css

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

 span { border-color: rgb(65,112,82); }

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