Html Css Color HEX #417353 Amazon

📋 copy color: '#417353'

red 65 ◦ green 115 ◦ blue 83

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

Shades of Amazon #417353

Tints of Amazon #417353

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.73%

 BLUE value IS 83 (32.81% from 255) = 31.56%

R = 24.71%
G = 43.73%
B = 31.56%

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

#417353 (or 0x417353) is known color: Amazon. HEX triplet: 41, 73 and 53. RGB value is (65,115,83). Sum of RGB (Red+Green+Blue) = 65+115+83=263 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.71% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 115 - color contains mainly: green. Hex color #417353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417353 is #BE8CAC. Grayscale: #606060. Windows color (decimal): -12487853 or 5468993. OLE color: 5468993.

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

Color convert

RGB 65 115 83 -
CMYK 0.43 0 0.28 0.55
HSL 141.6º 0.28% 0.35% -
HSV(B) 141.6º 0.43% 0.45% -
XYZ 9.87 14.01 10.37 -
YUV 96.4 120.44 105.6 -
System Red Green Blue C M Y K H S L
Decimal 65 115 83 0.43 0 0.28 0.55 141.6 0.28 0.35
Hex 41 73 53 2B 0 1C 37 8E 1C 23
Octal 101 163 123 53 0 34 67 216 34 43
Binary 1000001 1110011 1010011 101011 0 11100 110111 10001110 11100 100011

Color Harmonies of #417353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417353

Black with #417353

Text Example


Text Example

White with #417353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417353; }

 p { color: rgb(65,115,83); }

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

background-color css

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

 a { background-color: rgb(65,115,83); }

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

border-color css

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

 span { border-color: rgb(65,115,83); }

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