Html Css Color HEX #417652 Amazon

📋 copy color: '#417652'

red 65 ◦ green 118 ◦ blue 82

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

Shades of Amazon #417652

Tints of Amazon #417652

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.53%

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

R = 24.53%
G = 44.53%
B = 30.94%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#417652 (or 0x417652) is known color: Amazon. HEX triplet: 41, 76 and 52. RGB value is (65,118,82). Sum of RGB (Red+Green+Blue) = 65+118+82=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 118 (46.48% from 255 or 44.53% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 118 - color contains mainly: green. Hex color #417652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417652 is #BE89AD. Grayscale: #626262. Windows color (decimal): -12487086 or 5404225. OLE color: 5404225.

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

Color convert

RGB 65 118 82 -
CMYK 0.45 0 0.31 0.54
HSL 139.25º 0.29% 0.36% -
HSV(B) 139.25º 0.45% 0.46% -
XYZ 10.18 14.69 10.28 -
YUV 98.05 118.94 104.43 -
System Red Green Blue C M Y K H S L
Decimal 65 118 82 0.45 0 0.31 0.54 139.25 0.29 0.36
Hex 41 76 52 2D 0 1F 36 8B 1D 24
Octal 101 166 122 55 0 37 66 213 35 44
Binary 1000001 1110110 1010010 101101 0 11111 110110 10001011 11101 100100

Color Harmonies of #417652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417652

Black with #417652

Text Example


Text Example

White with #417652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417652; }

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

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

background-color css

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

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

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

border-color css

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

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

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