Html Css Color HEX #41795C Amazon

📋 copy color: '#41795C'

red 65 ◦ green 121 ◦ blue 92

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

Shades of Amazon #41795C

Tints of Amazon #41795C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 43.53%

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

R = 23.38%
G = 43.53%
B = 33.09%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#41795C (or 0x41795C) is known color: Amazon. HEX triplet: 41, 79 and 5C. RGB value is (65,121,92). Sum of RGB (Red+Green+Blue) = 65+121+92=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 121 (47.66% from 255 or 43.53% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 121 - color contains mainly: green. Hex color #41795C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41795C is #BE86A3. Grayscale: #656565. Windows color (decimal): -12486308 or 6060353. OLE color: 6060353.

HSL color Cylindrical-coordinate representation of color #41795C: hue angle of 148.93º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #41795C is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 121 92 -
CMYK 0.46 0 0.24 0.53
HSL 148.93º 0.3% 0.36% -
HSV(B) 148.93º 0.46% 0.47% -
XYZ 10.95 15.57 12.55 -
YUV 100.95 122.95 102.36 -
System Red Green Blue C M Y K H S L
Decimal 65 121 92 0.46 0 0.24 0.53 148.93 0.3 0.36
Hex 41 79 5C 2E 0 18 35 95 1E 24
Octal 101 171 134 56 0 30 65 225 36 44
Binary 1000001 1111001 1011100 101110 0 11000 110101 10010101 11110 100100

Color Harmonies of #41795C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41795C

Black with #41795C

Text Example


Text Example

White with #41795C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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