Html Css Color HEX #41775F Amazon

📋 copy color: '#41775F'

red 65 ◦ green 119 ◦ blue 95

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

Shades of Amazon #41775F

Tints of Amazon #41775F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.65%

 BLUE value IS 95 (37.5% from 255) = 34.05%

R = 23.3%
G = 42.65%
B = 34.05%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#41775F (or 0x41775F) is known color: Amazon. HEX triplet: 41, 77 and 5F. RGB value is (65,119,95). Sum of RGB (Red+Green+Blue) = 65+119+95=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 119 - color contains mainly: green. Hex color #41775F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41775F is #BE88A0. Grayscale: #646464. Windows color (decimal): -12486817 or 6256449. OLE color: 6256449.

HSL color Cylindrical-coordinate representation of color #41775F: hue angle of 153.33º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #41775F is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 119 95 -
CMYK 0.45 0 0.20 0.53
HSL 153.33º 0.29% 0.36% -
HSV(B) 153.33º 0.45% 0.47% -
XYZ 10.84 15.14 13.18 -
YUV 100.12 125.11 102.95 -
System Red Green Blue C M Y K H S L
Decimal 65 119 95 0.45 0 0.20 0.53 153.33 0.29 0.36
Hex 41 77 5F 2D 0 14 35 99 1D 24
Octal 101 167 137 55 0 24 65 231 35 44
Binary 1000001 1110111 1011111 101101 0 10100 110101 10011001 11101 100100

Color Harmonies of #41775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41775F

Black with #41775F

Text Example


Text Example

White with #41775F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41775F; }

 p { color: rgb(65,119,95); }

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

background-color css

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

 a { background-color: rgb(65,119,95); }

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

border-color css

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

 span { border-color: rgb(65,119,95); }

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