Html Css Color HEX #41725B Amazon

📋 copy color: '#41725B'

red 65 ◦ green 114 ◦ blue 91

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

Shades of Amazon #41725B

Tints of Amazon #41725B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.7%

R = 24.07%
G = 42.22%
B = 33.7%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#41725B (or 0x41725B) is known color: Amazon. HEX triplet: 41, 72 and 5B. RGB value is (65,114,91). Sum of RGB (Red+Green+Blue) = 65+114+91=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 114 (44.92% from 255 or 42.22% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 114 - color contains mainly: green. Hex color #41725B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41725B is #BE8DA4. Grayscale: #606060. Windows color (decimal): -12488101 or 5993025. OLE color: 5993025.

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

Color convert

RGB 65 114 91 -
CMYK 0.43 0 0.20 0.55
HSL 151.84º 0.27% 0.35% -
HSV(B) 151.84º 0.43% 0.45% -
XYZ 10.09 13.91 12.05 -
YUV 96.73 124.77 105.37 -
System Red Green Blue C M Y K H S L
Decimal 65 114 91 0.43 0 0.20 0.55 151.84 0.27 0.35
Hex 41 72 5B 2B 0 14 37 98 1B 23
Octal 101 162 133 53 0 24 67 230 33 43
Binary 1000001 1110010 1011011 101011 0 10100 110111 10011000 11011 100011

Color Harmonies of #41725B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41725B

Black with #41725B

Text Example


Text Example

White with #41725B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41725B; }

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

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

background-color css

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

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

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

border-color css

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

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

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