Html Css Color HEX #41765F Amazon

📋 copy color: '#41765F'

red 65 ◦ green 118 ◦ blue 95

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

Shades of Amazon #41765F

Tints of Amazon #41765F

RGB

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

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

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

R = 23.38%
G = 42.45%
B = 34.17%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#41765F (or 0x41765F) is known color: Amazon. HEX triplet: 41, 76 and 5F. RGB value is (65,118,95). Sum of RGB (Red+Green+Blue) = 65+118+95=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 118 (46.48% from 255 or 42.45% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 118 - color contains mainly: green. Hex color #41765F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41765F is #BE89A0. Grayscale: #636363. Windows color (decimal): -12487073 or 6256193. OLE color: 6256193.

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

Color convert

RGB 65 118 95 -
CMYK 0.45 0 0.19 0.54
HSL 153.96º 0.29% 0.36% -
HSV(B) 153.96º 0.45% 0.46% -
XYZ 10.72 14.91 13.14 -
YUV 99.53 125.44 103.37 -
System Red Green Blue C M Y K H S L
Decimal 65 118 95 0.45 0 0.19 0.54 153.96 0.29 0.36
Hex 41 76 5F 2D 0 13 36 9A 1D 24
Octal 101 166 137 55 0 23 66 232 35 44
Binary 1000001 1110110 1011111 101101 0 10011 110110 10011010 11101 100100

Color Harmonies of #41765F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41765F

Black with #41765F

Text Example


Text Example

White with #41765F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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