Html Css Color HEX #417852 Amazon

📋 copy color: '#417852'

red 65 ◦ green 120 ◦ blue 82

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

Shades of Amazon #417852

Tints of Amazon #417852

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.94%

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

R = 24.34%
G = 44.94%
B = 30.71%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#417852 (or 0x417852) is known color: Amazon. HEX triplet: 41, 78 and 52. RGB value is (65,120,82). Sum of RGB (Red+Green+Blue) = 65+120+82=267 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.34% from 267); Green value is 120 (47.27% from 255 or 44.94% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 120 - color contains mainly: green. Hex color #417852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417852 is #BE87AD. Grayscale: #636363. Windows color (decimal): -12486574 or 5404737. OLE color: 5404737.

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

Color convert

RGB 65 120 82 -
CMYK 0.46 0 0.32 0.53
HSL 138.55º 0.3% 0.36% -
HSV(B) 138.55º 0.46% 0.47% -
XYZ 10.42 15.17 10.36 -
YUV 99.22 118.28 103.59 -
System Red Green Blue C M Y K H S L
Decimal 65 120 82 0.46 0 0.32 0.53 138.55 0.3 0.36
Hex 41 78 52 2E 0 20 35 8B 1E 24
Octal 101 170 122 56 0 40 65 213 36 44
Binary 1000001 1111000 1010010 101110 0 100000 110101 10001011 11110 100100

Color Harmonies of #417852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417852

Black with #417852

Text Example


Text Example

White with #417852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417852; }

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

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

background-color css

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

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

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

border-color css

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

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

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