Html Css Color HEX #417252 Amazon

📋 copy color: '#417252'

red 65 ◦ green 114 ◦ blue 82

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

Shades of Amazon #417252

Tints of Amazon #417252

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.68%

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

R = 24.9%
G = 43.68%
B = 31.42%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#417252 (or 0x417252) is known color: Amazon. HEX triplet: 41, 72 and 52. RGB value is (65,114,82). Sum of RGB (Red+Green+Blue) = 65+114+82=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 114 - color contains mainly: green. Hex color #417252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417252 is #BE8DAD. Grayscale: #5F5F5F. Windows color (decimal): -12488110 or 5403201. OLE color: 5403201.

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

Color convert

RGB 65 114 82 -
CMYK 0.43 0 0.28 0.55
HSL 140.82º 0.27% 0.35% -
HSV(B) 140.82º 0.43% 0.45% -
XYZ 9.72 13.77 10.13 -
YUV 95.7 120.27 106.1 -
System Red Green Blue C M Y K H S L
Decimal 65 114 82 0.43 0 0.28 0.55 140.82 0.27 0.35
Hex 41 72 52 2B 0 1C 37 8D 1B 23
Octal 101 162 122 53 0 34 67 215 33 43
Binary 1000001 1110010 1010010 101011 0 11100 110111 10001101 11011 100011

Color Harmonies of #417252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417252

Black with #417252

Text Example


Text Example

White with #417252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417252; }

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

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

background-color css

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

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

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

border-color css

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

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

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