#368948

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

Shades of Amazon #368948

Tints of Amazon #368948

Color information

#368948 (or 0x368948) is unknown color: approx Amazon. HEX triplet: 36, 89 and 48. RGB value is (54,137,72). Sum of RGB (Red+Green+Blue) = 54+137+72=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 137 (53.91% from 255 or 52.09% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 137 - color contains mainly: green. Hex color #368948 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368948 is #C976B7. Grayscale: #686868. Windows color (decimal): -13203128 or 4753718. OLE color: 4753718.

HSL color Cylindrical-coordinate representation of color #368948: hue angle of 133.01º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #368948 is Cyan = 0.61, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB5413772-
CMYK0.6100.470.46
HSL133.01º43.46%37.45%-
HSV(B)133.01º60.58%53.73%-
XYZ11.6419.149.21-
YUV104.77109.591.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.53%
GREEN value IS 137 (53.91% from 255) = 52.09%
BLUE value IS 72 (28.52% from 255) = 27.38%
R=20.53%
G=52.09%
B=27.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal54137720.6100.470.46133.0143.4637.45
Hex3689483D02F2E852b25
Octal6621111075057562055345
Binary110110100010011001000111101010111110111010000101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368948; }

 p { color: rgb(54,137,72); }

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

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

 a { background-color: rgb(54,137,72); }

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

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

 span { border-color: rgb(54,137,72); }

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