Html Css Color HEX #41815F Amazon

📋 copy color: '#41815F'

red 65 ◦ green 129 ◦ blue 95

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

Shades of Amazon #41815F

Tints of Amazon #41815F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.64%

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

R = 22.49%
G = 44.64%
B = 32.87%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#41815F (or 0x41815F) is known color: Amazon. HEX triplet: 41, 81 and 5F. RGB value is (65,129,95). Sum of RGB (Red+Green+Blue) = 65+129+95=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 129 (50.78% from 255 or 44.64% from 289); Blue value is 95 (37.5% from 255 or 32.87% from 289); Max value from RGB is 129 - color contains mainly: green. Hex color #41815F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41815F is #BE7EA0. Grayscale: #6A6A6A. Windows color (decimal): -12484257 or 6259009. OLE color: 6259009.

HSL color Cylindrical-coordinate representation of color #41815F: hue angle of 148.12º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #41815F is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 129 95 -
CMYK 0.50 0 0.26 0.49
HSL 148.13º 0.33% 0.38% -
HSV(B) 148.13º 0.5% 0.51% -
XYZ 12.1 17.65 13.6 -
YUV 105.99 121.8 98.76 -
System Red Green Blue C M Y K H S L
Decimal 65 129 95 0.50 0 0.26 0.49 148.13 0.33 0.38
Hex 41 81 5F 32 0 1A 31 94 21 26
Octal 101 201 137 62 0 32 61 224 41 46
Binary 1000001 10000001 1011111 110010 0 11010 110001 10010100 100001 100110

Color Harmonies of #41815F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41815F

Black with #41815F

Text Example


Text Example

White with #41815F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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