Html Css Color HEX #41815D Amazon

📋 copy color: '#41815D'

red 65 ◦ green 129 ◦ blue 93

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

Shades of Amazon #41815D

Tints of Amazon #41815D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.4%

R = 22.65%
G = 44.95%
B = 32.4%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#41815D (or 0x41815D) is known color: Amazon. HEX triplet: 41, 81 and 5D. RGB value is (65,129,93). Sum of RGB (Red+Green+Blue) = 65+129+93=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 129 (50.78% from 255 or 44.95% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 129 - color contains mainly: green. Hex color #41815D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41815D is #BE7EA2. Grayscale: #696969. Windows color (decimal): -12484259 or 6127937. OLE color: 6127937.

HSL color Cylindrical-coordinate representation of color #41815D: hue angle of 146.25º 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 #41815D is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 129 93 -
CMYK 0.50 0 0.28 0.49
HSL 146.25º 0.33% 0.38% -
HSV(B) 146.25º 0.5% 0.51% -
XYZ 12.01 17.61 13.12 -
YUV 105.76 120.8 98.93 -
System Red Green Blue C M Y K H S L
Decimal 65 129 93 0.50 0 0.28 0.49 146.25 0.33 0.38
Hex 41 81 5D 32 0 1C 31 92 21 26
Octal 101 201 135 62 0 34 61 222 41 46
Binary 1000001 10000001 1011101 110010 0 11100 110001 10010010 100001 100110

Color Harmonies of #41815D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41815D

Black with #41815D

Text Example


Text Example

White with #41815D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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