Html Css Color HEX #41865C Amazon

📋 copy color: '#41865C'

red 65 ◦ green 134 ◦ blue 92

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

Shades of Amazon #41865C

Tints of Amazon #41865C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.05%

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

R = 22.34%
G = 46.05%
B = 31.62%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#41865C (or 0x41865C) is known color: Amazon. HEX triplet: 41, 86 and 5C. RGB value is (65,134,92). Sum of RGB (Red+Green+Blue) = 65+134+92=291 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.34% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 134 - color contains mainly: green. Hex color #41865C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41865C is #BE79A3. Grayscale: #6C6C6C. Windows color (decimal): -12482980 or 6063681. OLE color: 6063681.

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

Color convert

RGB 65 134 92 -
CMYK 0.51 0 0.31 0.47
HSL 143.48º 0.35% 0.39% -
HSV(B) 143.48º 0.51% 0.53% -
XYZ 12.64 18.95 13.12 -
YUV 108.58 118.64 96.92 -
System Red Green Blue C M Y K H S L
Decimal 65 134 92 0.51 0 0.31 0.47 143.48 0.35 0.39
Hex 41 86 5C 33 0 1F 2F 8F 23 27
Octal 101 206 134 63 0 37 57 217 43 47
Binary 1000001 10000110 1011100 110011 0 11111 101111 10001111 100011 100111

Color Harmonies of #41865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41865C

Black with #41865C

Text Example


Text Example

White with #41865C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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