Html Css Color HEX #41875C Amazon

📋 copy color: '#41875C'

red 65 ◦ green 135 ◦ blue 92

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

Shades of Amazon #41875C

Tints of Amazon #41875C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 46.23%

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

R = 22.26%
G = 46.23%
B = 31.51%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#41875C (or 0x41875C) is known color: Amazon. HEX triplet: 41, 87 and 5C. RGB value is (65,135,92). Sum of RGB (Red+Green+Blue) = 65+135+92=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 135 - color contains mainly: green. Hex color #41875C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41875C is #BE78A3. Grayscale: #6D6D6D. Windows color (decimal): -12482724 or 6063937. OLE color: 6063937.

HSL color Cylindrical-coordinate representation of color #41875C: hue angle of 143.14º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #41875C is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 135 92 -
CMYK 0.52 0 0.32 0.47
HSL 143.14º 0.35% 0.39% -
HSV(B) 143.14º 0.52% 0.53% -
XYZ 12.78 19.22 13.16 -
YUV 109.17 118.31 96.5 -
System Red Green Blue C M Y K H S L
Decimal 65 135 92 0.52 0 0.32 0.47 143.14 0.35 0.39
Hex 41 87 5C 34 0 20 2F 8F 23 27
Octal 101 207 134 64 0 40 57 217 43 47
Binary 1000001 10000111 1011100 110100 0 100000 101111 10001111 100011 100111

Color Harmonies of #41875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41875C

Black with #41875C

Text Example


Text Example

White with #41875C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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