Html Css Color HEX #318146 Amazon

📋 copy color: '#318146'

red 49 ◦ green 129 ◦ blue 70

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

Shades of Amazon #318146

Tints of Amazon #318146

RGB

 RED value IS 49 (19.53% from 255) = 19.76%

 GREEN value IS 129 (50.78% from 255) = 52.02%

 BLUE value IS 70 (27.73% from 255) = 28.23%

R = 19.76%
G = 52.02%
B = 28.23%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#318146 (or 0x318146) is known color: Amazon. HEX triplet: 31, 81 and 46. RGB value is (49,129,70). Sum of RGB (Red+Green+Blue) = 49+129+70=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 129 (50.78% from 255 or 52.02% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 129 - color contains mainly: green. Hex color #318146 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318146 is #CE7EB9. Grayscale: #626262. Windows color (decimal): -13532858 or 4620593. OLE color: 4620593.

HSL color Cylindrical-coordinate representation of color #318146: hue angle of 135.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #318146 is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 129 70 -
CMYK 0.62 0 0.46 0.49
HSL 135.75º 0.45% 0.35% -
HSV(B) 135.75º 0.62% 0.51% -
XYZ 10.22 16.8 8.5 -
YUV 98.35 112 92.8 -
System Red Green Blue C M Y K H S L
Decimal 49 129 70 0.62 0 0.46 0.49 135.75 0.45 0.35
Hex 31 81 46 3E 0 2E 31 88 2D 23
Octal 61 201 106 76 0 56 61 210 55 43
Binary 110001 10000001 1000110 111110 0 101110 110001 10001000 101101 100011

Color Harmonies of #318146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318146

Black with #318146

Text Example


Text Example

White with #318146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318146; }

 p { color: rgb(49,129,70); }

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

background-color css

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

 a { background-color: rgb(49,129,70); }

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

border-color css

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

 span { border-color: rgb(49,129,70); }

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