#368245

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

Shades of Amazon #368245

Tints of Amazon #368245

Color information

#368245 (or 0x368245) is unknown color: approx Amazon. HEX triplet: 36, 82 and 45. RGB value is (54,130,69). Sum of RGB (Red+Green+Blue) = 54+130+69=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 130 (51.17% from 255 or 51.38% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 130 - color contains mainly: green. Hex color #368245 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368245 is #C97DBA. Grayscale: #646464. Windows color (decimal): -13204923 or 4555318. OLE color: 4555318.

HSL color Cylindrical-coordinate representation of color #368245: hue angle of 131.84º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #368245 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB5413069-
CMYK0.5800.470.49
HSL131.84º41.3%36.08%-
HSV(B)131.84º58.46%50.98%-
XYZ10.5817.188.39-
YUV100.32110.3294.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.34%
GREEN value IS 130 (51.17% from 255) = 51.38%
BLUE value IS 69 (27.34% from 255) = 27.27%
R=21.34%
G=51.38%
B=27.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54130690.5800.470.49131.8441.336.08
Hex3682453A02F31842924
Octal6620210572057612045144
Binary110110100000101000101111010010111111000110000100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368245; }

 p { color: rgb(54,130,69); }

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

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

 a { background-color: rgb(54,130,69); }

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

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

 span { border-color: rgb(54,130,69); }

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