Html Css Color HEX #41835B Amazon

📋 copy color: '#41835B'

red 65 ◦ green 131 ◦ blue 91

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

Shades of Amazon #41835B

Tints of Amazon #41835B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.64%

 BLUE value IS 91 (35.94% from 255) = 31.71%

R = 22.65%
G = 45.64%
B = 31.71%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#41835B (or 0x41835B) is known color: Amazon. HEX triplet: 41, 83 and 5B. RGB value is (65,131,91). Sum of RGB (Red+Green+Blue) = 65+131+91=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 131 - color contains mainly: green. Hex color #41835B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41835B is #BE7CA4. Grayscale: #6A6A6A. Windows color (decimal): -12483749 or 5997377. OLE color: 5997377.

HSL color Cylindrical-coordinate representation of color #41835B: hue angle of 143.64º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #41835B is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 131 91 -
CMYK 0.50 0 0.31 0.49
HSL 143.64º 0.34% 0.38% -
HSV(B) 143.64º 0.5% 0.51% -
XYZ 12.18 18.11 12.75 -
YUV 106.71 119.13 98.25 -
System Red Green Blue C M Y K H S L
Decimal 65 131 91 0.50 0 0.31 0.49 143.64 0.34 0.38
Hex 41 83 5B 32 0 1F 31 90 22 26
Octal 101 203 133 62 0 37 61 220 42 46
Binary 1000001 10000011 1011011 110010 0 11111 110001 10010000 100010 100110

Color Harmonies of #41835B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41835B

Black with #41835B

Text Example


Text Example

White with #41835B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41835B; }

 p { color: rgb(65,131,91); }

 H1.HeaderClassName
 {
   color: #41835B;
 }
 .AnyTagClassName
 {
   color: #41835B;
 }
</style>

background-color css

<style>
 a { background-color: #41835B; }

 a { background-color: rgb(65,131,91); }

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

border-color css

<style>
 span { border-color: #41835B; }

 span { border-color: rgb(65,131,91); }

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