#418154

Color #418154 Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #418154

Tints of Amazon #418154

Color information

#418154 (or 0x418154) is unknown color: approx Amazon. HEX triplet: 41, 81 and 54. RGB value is (65,129,84). Sum of RGB (Red+Green+Blue) = 65+129+84=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 129 (50.78% from 255 or 46.40% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 129 - color contains mainly: green. Hex color #418154 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418154 is #BE7EAB. Grayscale: #686868. Windows color (decimal): -12484268 or 5538113. OLE color: 5538113.

HSL color Cylindrical-coordinate representation of color #418154: hue angle of 137.81º degrees, saturation: 0.33, 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 #418154 is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB6512984-
CMYK0.5000.350.49
HSL137.81º32.99%38.04%-
HSV(B)137.81º49.61%50.59%-
XYZ11.6317.4611.15-
YUV104.73116.399.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.38%
GREEN value IS 129 (50.78% from 255) = 46.40%
BLUE value IS 84 (33.20% from 255) = 30.22%
R=23.38%
G=46.40%
B=30.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65129840.5000.350.49137.8132.9938.04
Hex41815432023318a2126
Octal10120112462043612124146
Binary1000001100000011010100110010010001111000110001010100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418154; }

 p { color: rgb(65,129,84); }

 H1.HeaderClassName
 {
   color: #418154;
 }
 .AnyTagClassName
 {
   color: #418154;
 }
</style>
background-color css

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

 a { background-color: rgb(65,129,84); }

 div.DivClassName
 {
   background-color: #418154;
 }
 .BgClassName
 {
   background-color: #418154;
 }
</style>
border-color css

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

 span { border-color: rgb(65,129,84); }

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