Html Css Color HEX #41735B Amazon

📋 copy color: '#41735B'

red 65 ◦ green 115 ◦ blue 91

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

Shades of Amazon #41735B

Tints of Amazon #41735B

RGB

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

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

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

R = 23.99%
G = 42.44%
B = 33.58%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#41735B (or 0x41735B) is known color: Amazon. HEX triplet: 41, 73 and 5B. RGB value is (65,115,91). Sum of RGB (Red+Green+Blue) = 65+115+91=271 (35% of max value = 765). Red value is 65 (25.78% from 255 or 23.99% from 271); Green value is 115 (45.31% from 255 or 42.44% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 115 - color contains mainly: green. Hex color #41735B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41735B is #BE8CA4. Grayscale: #616161. Windows color (decimal): -12487845 or 5993281. OLE color: 5993281.

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

Color convert

RGB 65 115 91 -
CMYK 0.43 0 0.21 0.55
HSL 151.2º 0.28% 0.35% -
HSV(B) 151.2º 0.43% 0.45% -
XYZ 10.2 14.14 12.09 -
YUV 97.31 124.44 104.95 -
System Red Green Blue C M Y K H S L
Decimal 65 115 91 0.43 0 0.21 0.55 151.2 0.28 0.35
Hex 41 73 5B 2B 0 15 37 97 1C 23
Octal 101 163 133 53 0 25 67 227 34 43
Binary 1000001 1110011 1011011 101011 0 10101 110111 10010111 11100 100011

Color Harmonies of #41735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41735B

Black with #41735B

Text Example


Text Example

White with #41735B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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