Html Css Color HEX #318346 Amazon

📋 copy color: '#318346'

red 49 ◦ green 131 ◦ blue 70

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

Shades of Amazon #318346

Tints of Amazon #318346

RGB

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

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

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

R = 19.6%
G = 52.4%
B = 28%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#318346 (or 0x318346) is known color: Amazon. HEX triplet: 31, 83 and 46. RGB value is (49,131,70). Sum of RGB (Red+Green+Blue) = 49+131+70=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 131 (51.56% from 255 or 52.4% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 131 - color contains mainly: green. Hex color #318346 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318346 is #CE7CB9. Grayscale: #636363. Windows color (decimal): -13532346 or 4621105. OLE color: 4621105.

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

Color convert

RGB 49 131 70 -
CMYK 0.63 0 0.47 0.49
HSL 135.37º 0.46% 0.35% -
HSV(B) 135.37º 0.63% 0.51% -
XYZ 10.49 17.33 8.59 -
YUV 99.53 111.33 91.96 -
System Red Green Blue C M Y K H S L
Decimal 49 131 70 0.63 0 0.47 0.49 135.37 0.46 0.35
Hex 31 83 46 3F 0 2F 31 87 2E 23
Octal 61 203 106 77 0 57 61 207 56 43
Binary 110001 10000011 1000110 111111 0 101111 110001 10000111 101110 100011

Color Harmonies of #318346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318346

Black with #318346

Text Example


Text Example

White with #318346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318346; }

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

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

background-color css

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

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

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

border-color css

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

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

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