Html Css Color HEX #41765C Amazon

📋 copy color: '#41765C'

red 65 ◦ green 118 ◦ blue 92

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

Shades of Amazon #41765C

Tints of Amazon #41765C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.45%

R = 23.64%
G = 42.91%
B = 33.45%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#41765C (or 0x41765C) is known color: Amazon. HEX triplet: 41, 76 and 5C. RGB value is (65,118,92). Sum of RGB (Red+Green+Blue) = 65+118+92=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 118 (46.48% from 255 or 42.91% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 118 - color contains mainly: green. Hex color #41765C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41765C is #BE89A3. Grayscale: #636363. Windows color (decimal): -12487076 or 6059585. OLE color: 6059585.

HSL color Cylindrical-coordinate representation of color #41765C: hue angle of 150.57º 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 #41765C is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 118 92 -
CMYK 0.45 0 0.22 0.54
HSL 150.57º 0.29% 0.36% -
HSV(B) 150.57º 0.45% 0.46% -
XYZ 10.59 14.85 12.43 -
YUV 99.19 123.94 103.61 -
System Red Green Blue C M Y K H S L
Decimal 65 118 92 0.45 0 0.22 0.54 150.57 0.29 0.36
Hex 41 76 5C 2D 0 16 36 97 1D 24
Octal 101 166 134 55 0 26 66 227 35 44
Binary 1000001 1110110 1011100 101101 0 10110 110110 10010111 11101 100100

Color Harmonies of #41765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41765C

Black with #41765C

Text Example


Text Example

White with #41765C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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