Html Css Color HEX #318545 Amazon

📋 copy color: '#318545'

red 49 ◦ green 133 ◦ blue 69

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

Shades of Amazon #318545

Tints of Amazon #318545

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.99%

 BLUE value IS 69 (27.34% from 255) = 27.49%

R = 19.52%
G = 52.99%
B = 27.49%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#318545 (or 0x318545) is known color: Amazon. HEX triplet: 31, 85 and 45. RGB value is (49,133,69). Sum of RGB (Red+Green+Blue) = 49+133+69=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 133 (52.34% from 255 or 52.99% from 251); Blue value is 69 (27.34% from 255 or 27.49% from 251); Max value from RGB is 133 - color contains mainly: green. Hex color #318545 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318545 is #CE7ABA. Grayscale: #646464. Windows color (decimal): -13531835 or 4556081. OLE color: 4556081.

HSL color Cylindrical-coordinate representation of color #318545: hue angle of 134.29º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #318545 is Cyan = 0.63, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 133 69 -
CMYK 0.63 0 0.48 0.48
HSL 134.29º 0.46% 0.36% -
HSV(B) 134.29º 0.63% 0.52% -
XYZ 10.73 17.86 8.51 -
YUV 100.59 110.17 91.2 -
System Red Green Blue C M Y K H S L
Decimal 49 133 69 0.63 0 0.48 0.48 134.29 0.46 0.36
Hex 31 85 45 3F 0 30 30 86 2E 24
Octal 61 205 105 77 0 60 60 206 56 44
Binary 110001 10000101 1000101 111111 0 110000 110000 10000110 101110 100100

Color Harmonies of #318545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318545

Black with #318545

Text Example


Text Example

White with #318545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318545; }

 p { color: rgb(49,133,69); }

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

background-color css

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

 a { background-color: rgb(49,133,69); }

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

border-color css

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

 span { border-color: rgb(49,133,69); }

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