Html Css Color HEX #41765A Amazon

📋 copy color: '#41765A'

red 65 ◦ green 118 ◦ blue 90

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

Shades of Amazon #41765A

Tints of Amazon #41765A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.22%

 BLUE value IS 90 (35.55% from 255) = 32.97%

R = 23.81%
G = 43.22%
B = 32.97%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#41765A (or 0x41765A) is known color: Amazon. HEX triplet: 41, 76 and 5A. RGB value is (65,118,90). Sum of RGB (Red+Green+Blue) = 65+118+90=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 118 - color contains mainly: green. Hex color #41765A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41765A is #BE89A5. Grayscale: #636363. Windows color (decimal): -12487078 or 5928513. OLE color: 5928513.

HSL color Cylindrical-coordinate representation of color #41765A: hue angle of 148.3º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #41765A is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 118 90 -
CMYK 0.45 0 0.24 0.54
HSL 148.3º 0.29% 0.36% -
HSV(B) 148.3º 0.45% 0.46% -
XYZ 10.5 14.82 11.98 -
YUV 98.96 122.94 103.78 -
System Red Green Blue C M Y K H S L
Decimal 65 118 90 0.45 0 0.24 0.54 148.3 0.29 0.36
Hex 41 76 5A 2D 0 18 36 94 1D 24
Octal 101 166 132 55 0 30 66 224 35 44
Binary 1000001 1110110 1011010 101101 0 11000 110110 10010100 11101 100100

Color Harmonies of #41765A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41765A

Black with #41765A

Text Example


Text Example

White with #41765A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41765A; }

 p { color: rgb(65,118,90); }

 H1.HeaderClassName
 {
   color: #41765A;
 }
 .AnyTagClassName
 {
   color: #41765A;
 }
</style>

background-color css

<style>
 a { background-color: #41765A; }

 a { background-color: rgb(65,118,90); }

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

border-color css

<style>
 span { border-color: #41765A; }

 span { border-color: rgb(65,118,90); }

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