Html Css Color HEX #417256 Amazon

📋 copy color: '#417256'

red 65 ◦ green 114 ◦ blue 86

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

Shades of Amazon #417256

Tints of Amazon #417256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 32.45%

R = 24.53%
G = 43.02%
B = 32.45%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#417256 (or 0x417256) is known color: Amazon. HEX triplet: 41, 72 and 56. RGB value is (65,114,86). Sum of RGB (Red+Green+Blue) = 65+114+86=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 114 (44.92% from 255 or 43.02% from 265); Blue value is 86 (33.98% from 255 or 32.45% from 265); Max value from RGB is 114 - color contains mainly: green. Hex color #417256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417256 is #BE8DA9. Grayscale: #606060. Windows color (decimal): -12488106 or 5665345. OLE color: 5665345.

HSL color Cylindrical-coordinate representation of color #417256: hue angle of 145.71º 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 #417256 is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 114 86 -
CMYK 0.43 0 0.25 0.55
HSL 145.71º 0.27% 0.35% -
HSV(B) 145.71º 0.43% 0.45% -
XYZ 9.88 13.83 10.95 -
YUV 96.16 122.27 105.78 -
System Red Green Blue C M Y K H S L
Decimal 65 114 86 0.43 0 0.25 0.55 145.71 0.27 0.35
Hex 41 72 56 2B 0 19 37 92 1B 23
Octal 101 162 126 53 0 31 67 222 33 43
Binary 1000001 1110010 1010110 101011 0 11001 110111 10010010 11011 100011

Color Harmonies of #417256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417256

Black with #417256

Text Example


Text Example

White with #417256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417256; }

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

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

background-color css

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

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

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

border-color css

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

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

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